commit | 1cad87156b3e79d25731cdcbfa9e149bf3e08f60 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Tue Oct 09 20:35:49 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 22:41:21 2012 -0400 |
tree | d527f08da5483f90a7cbffc460a75cf842621e4b | |
parent | ca78f18129999320466107887317b5d1c042accd [diff] |
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>