Re: [PATCH net-next 16/19] selftests: pmtu: Move route installs to a new function

2019-06-05 Thread Stefano Brivio
On Wed, 5 Jun 2019 16:15:20 -0700 David Ahern wrote: > From: David Ahern > > Move the route add commands to a new function called setup_routing_old. > The '_old' refers to the classic way of installing routes. > > Signed-off-by: David Ahern Reviewed-by: Stefano Brivio

[PATCH net-next 16/19] selftests: pmtu: Move route installs to a new function

2019-06-05 Thread David Ahern
From: David Ahern Move the route add commands to a new function called setup_routing_old. The '_old' refers to the classic way of installing routes. Signed-off-by: David Ahern --- tools/testing/selftests/net/pmtu.sh | 26 +++--- 1 file changed, 15 insertions(+), 11 deletion