]> Pileus Git - ~andy/linux/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)
commitaa310701e787087dbfbccf1409982a96e16c57a6
treef426945de6694203f2c34218b4e4b06913b8f58c
parenta3e82996a8874c4cfe8c7f1be4d552018d8cba7e
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