summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2014-05-27 21:50:35 -0700
committerJesse Gross <jesse@nicira.com>2014-06-19 18:33:28 -0700
commit94872594b79d1a4a6cfb9434b1c1d1d506b3c57d (patch)
treedd38aa91a75b0f0168f0158939c8907aa6ba8a9c /include/linux
parentf0cd669f192495472cd7e76d02b48afe9c3db47c (diff)
downloadopenvswitch-94872594b79d1a4a6cfb9434b1c1d1d506b3c57d.tar.gz
tunnel: Add support for matching on OAM packets.
Some tunnel formats have mechanisms for indicating that packets are OAM frames that should be handled specially (either as high priority or not forwarded beyond an endpoint). This provides support for allowing those types of packets to be matched. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/openvswitch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
index 33423add1..57d40e383 100644
--- a/include/linux/openvswitch.h
+++ b/include/linux/openvswitch.h
@@ -340,6 +340,7 @@ enum ovs_tunnel_key_attr {
OVS_TUNNEL_KEY_ATTR_TTL, /* u8 Tunnel IP TTL. */
OVS_TUNNEL_KEY_ATTR_DONT_FRAGMENT, /* No argument, set DF. */
OVS_TUNNEL_KEY_ATTR_CSUM, /* No argument. CSUM packet. */
+ OVS_TUNNEL_KEY_ATTR_OAM, /* No argument, OAM frame. */
__OVS_TUNNEL_KEY_ATTR_MAX
};