ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Jun 2012 02:47:34 +0000 (19:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jun 2012 02:47:34 +0000 (19:47 -0700)
It makes no sense to execute this limit test every time we create a
routing cache entry.

We can't simply error out on these things since we've silently
accepted and truncated them forever.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c
net/ipv4/route.c

Simple merge
Simple merge