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>
Showing
- include/uapi/linux/openvswitch.h 1 addition, 0 deletionsinclude/uapi/linux/openvswitch.h
- net/openvswitch/Kconfig 2 additions, 0 deletionsnet/openvswitch/Kconfig
- net/openvswitch/Makefile 2 additions, 1 deletionnet/openvswitch/Makefile
- net/openvswitch/datapath.h 1 addition, 0 deletionsnet/openvswitch/datapath.h
- net/openvswitch/flow.h 17 additions, 1 deletionnet/openvswitch/flow.h
- net/openvswitch/vport-gre.c 274 additions, 0 deletionsnet/openvswitch/vport-gre.c
- net/openvswitch/vport.c 19 additions, 0 deletionsnet/openvswitch/vport.c
- net/openvswitch/vport.h 7 additions, 0 deletionsnet/openvswitch/vport.h
Loading
Please register or sign in to comment