netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-3.0.x regression with ipv4 routes having mtu
@ 2011-12-14 15:54 Timo Teräs
  2011-12-14 17:50 ` David Miller
  0 siblings, 1 reply; 23+ messages in thread
From: Timo Teräs @ 2011-12-14 15:54 UTC (permalink / raw)
  To: netdev

Hi,

I'm testing linux-3.0.10 and it appears to have a mtu bug with ipv4.
There was recent funniness in ipv6 side as well [1,2], but this seems
quite different.

Basically, doing something like (ipA being the IPv4 host):
 1. do a tcp session to ipA (telnet to open ipv4 port, chat, close)
 2. "ip route get ipA" to see the route cache entry
 3. "ip route add ipA via (whatever was the router) mtu 1400"
 4. "ip route flush cache"
 5. "ip route get ipA" and you still get the old same info as in step 2:
    the mtu was not updated
    (btw. how long the tcp info from step 1 gets cached? is it tunable?)

So something is does not get updated here. This used to work though.
The current production boxes where I know this work is 2.6.38.8.

Sounds like the TCP info is used if it exists. But it never gets updated
after it's gone, and the new MTU is not being updated.

- Timo

[1] http://www.spinics.net/lists/netdev/msg174468.html
[2] http://marc.info/?l=linux-netdev&m=131529445904858

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2012-02-02 10:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 15:54 linux-3.0.x regression with ipv4 routes having mtu Timo Teräs
2011-12-14 17:50 ` David Miller
2011-12-14 17:57   ` Eric Dumazet
2011-12-14 18:22   ` Timo Teräs
2011-12-15 13:49   ` Steffen Klassert
2011-12-16 12:21     ` Steffen Klassert
2011-12-16 14:30       ` Timo Teräs
2011-12-19 13:52         ` Steffen Klassert
2011-12-19 20:09           ` David Miller
2011-12-20  8:03             ` Steffen Klassert
2011-12-19 21:10       ` David Miller
2011-12-20  6:53         ` Timo Teräs
2011-12-20  7:03           ` David Miller
2011-12-20  7:18             ` Steffen Klassert
2011-12-20 18:35               ` David Miller
2011-12-21  8:56                 ` Steffen Klassert
2011-12-21 20:56                   ` David Miller
2011-12-22 10:25                     ` Steffen Klassert
2011-12-22 18:51                       ` David Miller
2011-12-23  8:47                         ` Steffen Klassert
2011-12-23  9:00                           ` David Miller
2011-12-23  8:58                       ` Steffen Klassert
2012-02-02 10:01                     ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).