]> Pileus Git - ~andy/linux/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)
commit58264848a5a7b91195f43c4729072e8cc980288d
treeedf1ffa351402de61a4fe26e4443872c2d7b1dcb
parent1eaa81785a70082213d40de14ec13520b5c6fff2
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