openvswitch: Use tun_key only for egress tunnel path.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 16 Sep 2014 02:28:44 +0000 (19:28 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 16 Sep 2014 06:28:13 +0000 (23:28 -0700)
commit8c8b1b83fcdd0f05e1f66ed6f8a2e831d5d374a2
tree639e2202b5ded18df0c38daabedcdeeb3e6c2482
parent83c8df26a3b654871c0503fcf6eac61777e12ea1
openvswitch: Use tun_key only for egress tunnel path.

Currently tun_key is used for passing tunnel information
on ingress and egress path, this cause confusion.  Following
patch removes its use on ingress path make it egress only parameter.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
net/openvswitch/actions.c
net/openvswitch/datapath.c
net/openvswitch/datapath.h
net/openvswitch/flow.c
net/openvswitch/flow.h
net/openvswitch/vport-gre.c
net/openvswitch/vport-vxlan.c
net/openvswitch/vport.c