vxlan: associate with tunnel socket on transmit
authorstephen hemminger <shemminger@vyatta.com>
Tue, 9 Oct 2012 20:35:49 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 02:41:21 +0000 (22:41 -0400)
commit1cad87156b3e79d25731cdcbfa9e149bf3e08f60
treed527f08da5483f90a7cbffc460a75cf842621e4b
parentca78f18129999320466107887317b5d1c042accd
vxlan: associate with tunnel socket on transmit

When tunnelling a skb, associate it with the tunnel socket.
This allows parameters set on tunnel socket (like multicast loop
flag), to be picked up by ip_output.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c