datapath: Rename ipv6_tos to ipv6_tclass.
authorJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 20:17:38 +0000 (12:17 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 21:24:52 +0000 (13:24 -0800)
commit60258dcba68383473313cc214431fd212bdb1016
tree197ba820a125eeda8594d6b4258ad5d70c532431
parent7229a773ead96f891b621cd5f3e1219af5f24dd7
datapath: Rename ipv6_tos to ipv6_tclass.

IPv6 uses the term "traffic class" for what IPv4 calls
"type-of-service".  This commit renames the the "ipv6_tos" field to
"ipv6_tclass" in the "ovs-key_ipv6" struct to be more consistent with
the IPv6 terminology.

Suggested-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c
include/linux/openvswitch.h
lib/odp-util.c
tests/odp.at