]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_gre.c
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 28 May 2009 22:35:10 +0000 (22:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 May 2009 08:46:29 +0000 (01:46 -0700)
commit108bfa895cacd1a7c1767e85be105b213e5dce50
tree4e1aebbe9ad638f36539278b98342edaab5f46df
parenta489e51c1a69c3aa7e7aea925f71c92be5cedbb1
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()

ipgre_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/ip_gre.c