ipv6: allow PMTU exceptions to local routes
authorJulian Anastasov <ja@ssi.bg>
Sun, 10 Jun 2018 23:02:54 +0000 (02:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Jun 2018 21:17:19 +0000 (14:17 -0700)
commit0975764684487bf3f7a47eef009e750ea41bd514
treec5e85064cdc9856153b7def5d53c0c7795a454a1
parentf0dc7f9c6dd99891611fca5849cbc4c6965b690e
ipv6: allow PMTU exceptions to local routes

IPVS setups with local client and remote tunnel server need
to create exception for the local virtual IP. What we do is to
change PMTU from 64KB (on "lo") to 1460 in the common case.

Suggested-by: Martin KaFai Lau <kafai@fb.com>
Fixes: 45e4fd26683c ("ipv6: Only create RTF_CACHE routes after encountering pmtu exception")
Fixes: 7343ff31ebf0 ("ipv6: Don't create clones of host routes.")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Acked-by: David Ahern <dsahern@gmail.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c