Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6 packets.
authorBen Pfaff <blp@nicira.com>
Wed, 23 Oct 2013 16:58:34 +0000 (09:58 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Oct 2013 16:58:44 +0000 (09:58 -0700)
commit04f01c24b522f893b663a34126beb6775176e536
tree2044759d662c0fa69a6532a7ac8e6be71c902dc6
parent972b5f385563ac8fe9c8b730e357242703e4b0a9
Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6 packets.

This removes semantic differences between different OpenFlow
versions, making it easier to translate between them.
Also, rename OFPACT_SET_IPV4_DSCP to OFPACT_SET_IP_DSCP.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-parse.c
ofproto/ofproto-dpif-xlate.c
utilities/ovs-ofctl.8.in