Re: [ovs-dev] [cleanups 05/12] ofproto-dpif: Correct in_port on send_packet().

2012-11-16 Thread Ben Pfaff
On Fri, Nov 16, 2012 at 12:02:58AM -0800, Justin Pettit wrote: > The switch to a single datapath uncovered a long-standing bug in the > send_packet() function. The code had used an (invalid) ingress OpenFlow > port of 0, which happened to get translated to the datapath's local > port, which was al

[ovs-dev] [cleanups 05/12] ofproto-dpif: Correct in_port on send_packet().

2012-11-16 Thread Justin Pettit
The switch to a single datapath uncovered a long-standing bug in the send_packet() function. The code had used an (invalid) ingress OpenFlow port of 0, which happened to get translated to the datapath's local port, which was always 0. With the single datapath, this invalid OpenFlow port number no