Re: [PATCH net] ipv6: allow PMTU exceptions to local routes

2018-06-11 Thread David Miller
From: Julian Anastasov Date: Mon, 11 Jun 2018 02:02:54 +0300 > 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 > Fixes:

Re: [PATCH net] ipv6: allow PMTU exceptions to local routes

2018-06-11 Thread Martin KaFai Lau
On Mon, Jun 11, 2018 at 02:02:54AM +0300, Julian Anastasov wrote: > 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 >

Re: [PATCH net] ipv6: allow PMTU exceptions to local routes

2018-06-11 Thread David Ahern
On 6/10/18 5:02 PM, Julian Anastasov wrote: > 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 > Fixes: 45e4fd26683c

[PATCH net] ipv6: allow PMTU exceptions to local routes

2018-06-10 Thread Julian Anastasov
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 Fixes: 45e4fd26683c ("ipv6: Only create RTF_CACHE routes after encountering pmtu