ofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan in struct flow.
authorBen Pfaff <blp@nicira.com>
Thu, 20 May 2010 22:43:13 +0000 (15:43 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:30:18 +0000 (10:30 -0700)
commit7ac0f8dbf41c185e3e8d3cc9d033467575c99542
treef52ed78f8cce8b8821df8a4e81c7357f469d2329
parent78c54bded9a5b88977ba3dbe1d5b877248ad34b2
ofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan in struct flow.

This is not a bug, since OFP_VLAN_NONE is all-1-bits, but it is still
best to get it correct.
ofproto/ofproto.c