]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Add vxlan tunneling support.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 19 Aug 2013 18:23:34 +0000 (11:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 07:15:44 +0000 (00:15 -0700)
commit704aab1ea3b44dc1abf6e3bbc30b7e4759454a13
treeedf1ffa351402de61a4fe26e4443872c2d7b1dcb
parent66c52074baa3d627647766aeec7dad43dc992eec
openvswitch: Add vxlan tunneling support.

Following patch adds vxlan vport type for openvswitch using
vxlan api. So now there is vxlan dependency for openvswitch.

CC: Jesse Gross <jesse@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/openvswitch.h
net/openvswitch/Kconfig
net/openvswitch/Makefile
net/openvswitch/vport-vxlan.c [new file with mode: 0644]
net/openvswitch/vport.c
net/openvswitch/vport.h