]> git.proxmox.com Git - ovs.git/commit - datapath/flow_netlink.c
tunnel: Add support for matching on OAM packets.
authorJesse Gross <jesse@nicira.com>
Wed, 28 May 2014 04:50:35 +0000 (21:50 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 20 Jun 2014 01:33:28 +0000 (18:33 -0700)
commit94872594b79d1a4a6cfb9434b1c1d1d506b3c57d
treedd38aa91a75b0f0168f0158939c8907aa6ba8a9c
parentf0cd669f192495472cd7e76d02b48afe9c3db47c
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>
datapath/datapath.c
datapath/flow_netlink.c
datapath/linux/compat/include/net/ip_tunnels.h
include/linux/openvswitch.h
lib/flow.c
lib/flow.h
lib/odp-util.c
lib/odp-util.h