]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ipip.c
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 28 May 2009 10:44:30 +0000 (10:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 May 2009 08:46:27 +0000 (01:46 -0700)
commit28e72216d7e7af7050f171a87c1eecba93d01ea6
treef29f63e75b5b3e9af58b043d7aa5b1b85dc15b4b
parentcdd0db058d64f2619b08e7d098ee0014aa0a5bc1
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()

ipip_tunnel_xmit() might need skb->dst, so tell dev_hard_start_xmit()
to no release it.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipip.c