]> git.baikalelectronics.ru Git - kernel.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)
commiteb79a1f5f189c0685c2a617306f01b19863ad092
treed0d958e2d444853ef3a785abc8044a3ddc16225f
parent0abe9d86e517089c9ee1409db50a74658db422fa
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