datapath: Tunnel port without destination IP.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 20 Oct 2012 19:18:05 +0000 (12:18 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sat, 20 Oct 2012 19:18:05 +0000 (12:18 -0700)
commit7d5735b3e4eaa63593f2e4836bbad6ccfba8af54
tree634682174e29aaad5bc3586154f3c9a9b73870dc
parent13e24889471cae9eb1bc25a2baf390687660513b
datapath: Tunnel port without destination IP.

Following patch allow port create without any parameters. This is
required for compatibility with future flow based tunneling
where each type would have single vport with all parameter
wild carded. So that all packet for all ports are received on
the port and same port is used for sending all traffic for
that tunnel type.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/tunnel.c