datapath: Allow GRE64 to use flow based tunneling.
authorJesse Gross <jesse@nicira.com>
Tue, 6 Nov 2012 21:22:28 +0000 (13:22 -0800)
committerJesse Gross <jesse@nicira.com>
Wed, 7 Nov 2012 07:27:55 +0000 (23:27 -0800)
commit8432bb09305ac380451fc1bbd39336d6e2c472eb
treed6e1df02684ee2dd20cdc04af594fa8e6b6ebdc3
parent49a4902d76b9149e4fa399bde6d5cb9a91e64c07
datapath: Allow GRE64 to use flow based tunneling.

There's no reason why GRE64 can't be configured using flow based
tunneling.  Since that's the direction we are moving, everything
should support that.  Once this special casing is removed, it's
possible to unify the tunnel parameter parsing code since both
GRE and CAPWAP are the same.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/tunnel.h
datapath/vport-capwap.c
datapath/vport-gre.c