> There may be some confusion about numbering.  OpenFlow says that the
> port number of the "local port" is 65534 (OFPP_LOCAL).  The datapaths,
> on the other hand, use port number 0 for the "local port".  There is
> supposed to be translation going on at the interface between the
> datapath and the OpenFlow implementation, but mistakes can creep in,
> especially in new code.

Indeed this is the case here - I compared the key for the packet being
looked up and the otherwise-matching entry in the hash, and see 0 vs
65534 for the port.

-Ed
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to