Re: [PATCH net-next v3] selftests: net: Introduce first PMTU test

2018-03-07 Thread David Miller
From: Stefano Brivio Date: Tue, 6 Mar 2018 22:16:27 +0100 > One single test implemented so far: test_pmtu_vti6_exception > checks that the PMTU of a route exception, caused by a tunnel > exceeding the link layer MTU, is affected by administrative > changes of the tunnel MTU. Creation of the rout

Re: [PATCH net-next v3] selftests: net: Introduce first PMTU test

2018-03-06 Thread David Ahern
On 3/6/18 2:16 PM, Stefano Brivio wrote: > One single test implemented so far: test_pmtu_vti6_exception > checks that the PMTU of a route exception, caused by a tunnel > exceeding the link layer MTU, is affected by administrative > changes of the tunnel MTU. Creation of the route exception is > che

[PATCH net-next v3] selftests: net: Introduce first PMTU test

2018-03-06 Thread Stefano Brivio
One single test implemented so far: test_pmtu_vti6_exception checks that the PMTU of a route exception, caused by a tunnel exceeding the link layer MTU, is affected by administrative changes of the tunnel MTU. Creation of the route exception is checked too. Requested-by: David Ahern Signed-off-by