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
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