From: Pravin B Shelar Date: Tue, 16 Sep 2014 02:28:44 +0000 (-0700) Subject: openvswitch: Use tun_key only for egress tunnel path. X-Git-Tag: fixes-against-v3.18-rc2~81^2~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8b1b83fcdd0f05e1f66ed6f8a2e831d5d374a2;p=pandora-kernel.git 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 Acked-by: Andy Zhou --- Reading git-diff-tree failed