]> 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)
commit87dfd3e90703eff6b6533f4aa2a7918f11de9c05
treeedf1ffa351402de61a4fe26e4443872c2d7b1dcb
parent21e66bfb5804112c4493d25a358eb4a8daf45a5d
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