mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.
This also adds the definitions of a few other OXM headers we didn't have yet. EXT-109. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -637,7 +637,7 @@ const struct mf_field mf_fields[MFF_N_IDS] = {
|
||||
MFP_TCP,
|
||||
false,
|
||||
NXM_NX_TCP_FLAGS, "NXM_NX_TCP_FLAGS",
|
||||
NXM_NX_TCP_FLAGS, "NXM_NX_TCP_FLAGS", 0,
|
||||
OXM_OF_TCP_FLAGS, "OXM_OF_TCP_FLAGS", OFP15_VERSION,
|
||||
OFPUTIL_P_NXM_OXM_ANY,
|
||||
OFPUTIL_P_NXM_OXM_ANY,
|
||||
-1,
|
||||
|
Reference in New Issue
Block a user