ofp-parse: Add support for vlan_tci field.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jun 2011 19:28:44 +0000 (12:28 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Jun 2011 18:21:52 +0000 (11:21 -0700)
commit33d8c6b4128a471db620ca2747973a88af87fb32
treed44b4d0f02864c559b59bced5d6187e5839ef8b8
parentc168dcc8f7b87579ac6c6a5d0e133377f41cb9f0
ofp-parse: Add support for vlan_tci field.

Until now, the flow parser has supported dl_vlan and dl_vlan_pcp but not
the fully maskable vlan_tci that NXM allows.  This adds that support.
lib/ofp-parse.c
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in