]> 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)
commita6b5167fa275d5531610c91acff5d83b3ba74b5d
treed0d958e2d444853ef3a785abc8044a3ddc16225f
parent4092b8ed700f68b00832e228d2a5305a1087ea1b
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