Re: [PATCH net] selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu

2019-05-28 Thread David Miller
From: Stefano Brivio Date: Mon, 27 May 2019 19:42:23 +0200 > In the pmtu_vti6_link_change_mtu test, both local and remote addresses > for the vti6 tunnel are assigned to the same address given to the dummy > interface that we use as encapsulating device with a known MTU. > > This works as long a

[PATCH net] selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu

2019-05-27 Thread Stefano Brivio
In the pmtu_vti6_link_change_mtu test, both local and remote addresses for the vti6 tunnel are assigned to the same address given to the dummy interface that we use as encapsulating device with a known MTU. This works as long as the dummy interface is actually selected, via rt6_lookup(), as encaps