]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
openvswitch: Add support for matching on OAM packets.
authorJesse Gross <jesse@nicira.com>
Fri, 3 Oct 2014 22:35:30 +0000 (15:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Oct 2014 04:32:20 +0000 (00:32 -0400)
commit67fa034194bf82a3d5ca841759d921297daa63ca
treed0d958e2d444853ef3a785abc8044a3ddc16225f
parent0714812134d7dcadeb7ecfbfeb18788aa7e1eaac
openvswitch: 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>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/openvswitch.h
net/openvswitch/datapath.c
net/openvswitch/flow_netlink.c