commit | 6fac262526ee91ee66210b8919a4297dcf7d544e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jun 17 19:47:34 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 17 19:47:34 2012 -0700 |
tree | b013fa21c5a0940523c431cf6041b1d7aa509dfe | |
parent | a7e2eaadd0edf6d71637c0d99aca404b0da8c1be [diff] |
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. 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>