OXM inspired match field names.
authorJarno Rajahalme <jrajahalme@nicira.com>
Thu, 24 Oct 2013 20:19:28 +0000 (13:19 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Nov 2013 21:21:59 +0000 (14:21 -0700)
commit44a7e26dcc2a68c0293b38c03048f938f318f0fd
tree6f53ea4111cf179ea4d35c843e5fecc368ee28dc
parent7f98c44d8acbaf62ff5375e137bcf37b7336bbc8
OXM inspired match field names.

Adds OXM inspired aliases for match fields that don't have them
already ("ip_proto", "ip_ecn", "ip_dscp", and "tunnel_id").

"ip_dscp" replaces the earlier undocumented "nw_tos_shifted",
and takes the DSCP value (0-63), which is then shifted
appropriately when applied to an IP packet.
The number of bits for this field is fixed from 8 to 6.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in