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 always 0.  With the single datapath, this invalid
> OpenFlow port number no longer maps properly, so switch-generated
> packets could not be transmitted.  This patch properly sets the ingress
> port to OFPP_LOCAL.
> 
> Signed-off-by: Justin Pettit <jpet...@nicira.com>

Looks good, thank you.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to