On 10/8/18 6:37 AM, Sabrina Dubroca wrote: > Commit d1f1b9cbf34c ("selftests: net: Introduce first PMTU test") and > follow-ups introduced some PMTU tests, but they all rely on tunneling, > and, particularly, on VTI. > > These new tests use simple routing to exercise the generation and > update of PMTU exceptions in IPv4 and IPv6. > > Signed-off-by: Sabrina Dubroca <s...@queasysnail.net> > Signed-off-by: Stefano Brivio <sbri...@redhat.com> > --- > tools/testing/selftests/net/pmtu.sh | 207 +++++++++++++++++++++++++++- > 1 file changed, 203 insertions(+), 4 deletions(-) >
Thanks for adding more pmtu tests. Reviewed-by: David Ahern <dsah...@gmail.com>