On Tue, Oct 08, 2013 at 02:31:30PM +0900, YAMAMOTO Takashi wrote:
> ovs uses length==4 for the following oxm fields.  why?
> 
>     OXM_OF_IPV6_FLABEL

OXM_OF_IPV6_FLABEL is 4 bytes in the openflow.h header from ONF, so OVS
has this right.

>     OXM_OF_MPLS_LABEL

OXM_OF_MPLS_LABEL is 4 bytes in the openflow.h header from ONF, so OVS
has this right.

>     OXM_OF_PBB_ISID

OVS has this wrong, oops.  Fortunately OVS doesn't implement PBB so this
shouldn't cause any harm.  I'll send out a patch anyway.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to