datapath: Remove CAPWAP tunneling support.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 19 Feb 2013 20:45:57 +0000 (12:45 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 19 Feb 2013 20:45:57 +0000 (12:45 -0800)
commit09538fdc5765afad5c5419483e688d1de4fd5aea
tree75e56b37f5acd49238820dc9bb5da2e1b13238c3
parent9e69bc5f6ba7dac11b9e0a12925f8d318379991c
datapath: Remove CAPWAP tunneling support.

The CAPWAP implementation is just the encapsulation format and
therefore really not the full protocol.  While there were some
uses of it (primarily hardware support and UDP transport).  But
these are most likely better provided by VXLAN.

Following patch removes CAPWAP tunneling support.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
17 files changed:
FAQ
NEWS
README
datapath/CAPWAP.txt [deleted file]
datapath/Modules.mk
datapath/datapath.h
datapath/linux/.gitignore
datapath/tunnel.c
datapath/tunnel.h
datapath/vport-capwap.c [deleted file]
datapath/vport-capwap.h [deleted file]
datapath/vport.c
datapath/vport.h
include/linux/openvswitch.h
lib/dpif-linux.c
lib/netdev-vport.c
vswitchd/vswitch.xml