]> git.baikalelectronics.ru Git - kernel.git/commit
netns: fix ip_rt_frag_needed rt_is_expired
authorHugh Dickins <hugh@veritas.com>
Sun, 27 Jul 2008 00:51:06 +0000 (17:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Jul 2008 00:51:06 +0000 (17:51 -0700)
commit42d1b0cea2932e9aabdde497c7bd3ef96638bc48
treef04de514889f8c7783a5f64645a0dad3b0140305
parent2e7bd9adcbf3b747abad621fc08e9aada019cb9c
netns: fix ip_rt_frag_needed rt_is_expired

Running recent kernels, and using a particular vpn gateway, I've been
having to edit my mails down to get them accepted by the smtp server.

Git bisect led to commit 9af757a42a235f95828caaa5688d75931a60ab4f -
netns: place rt_genid into struct net.  The conversion from a != test
to rt_is_expired() put one negative too many: and now my mail works.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Acked-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c