datapath: Add support for CAPWAP UDP transport.
authorJesse Gross <jesse@nicira.com>
Thu, 12 Aug 2010 00:55:58 +0000 (20:55 -0400)
committerJesse Gross <jesse@nicira.com>
Tue, 24 Aug 2010 20:58:00 +0000 (16:58 -0400)
commite90b1cf9ce7f7078a17fa5e0c32fa31f00b68d32
tree32398278541363d4fe10c556aa19f3c8cab89ded
parent5214f5c4e95b843b47b047139764d6f4af524785
datapath: Add support for CAPWAP UDP transport.

Add support for the transport portion of the CAPWAP protocol as
an alternative to GRE for L2 over L3 tunneling.  This is not
full support for the CAPWAP protocol.  CAPWAP covers management
of wireless access points and describes a control protocol for
setting those devices up.  It also describes a data plane protocol
that allows packets to be tunneled to a controller for inspection.
This data plane protocol is the only component covered by this
commit.

Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/Modules.mk
datapath/linux-2.6/.gitignore
datapath/tunnel.h
datapath/vport-capwap.c [new file with mode: 0644]
datapath/vport.c
datapath/vport.h