]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Add gre tunnel support.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 18 Jun 2013 00:50:33 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:42 +0000 (18:07 -0700)
commit7f305cb34843646384b10d77bcc1e77de54aaf12
treef426945de6694203f2c34218b4e4b06913b8f58c
parent5a574091eece7b6231e02038786e5090508b6669
openvswitch: Add gre tunnel support.

Add gre vport implementation.  Most of gre protocol processing
is pushed to gre module. It make use of gre demultiplexer
therefore it can co-exist with linux device based gre tunnels.

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/datapath.h
net/openvswitch/flow.h
net/openvswitch/vport-gre.c [new file with mode: 0644]
net/openvswitch/vport.c
net/openvswitch/vport.h