OSDN Git Service

selftests: pmtu: Introduce list_flush_ipv4_exception test case
authorStefano Brivio <sbrivio@redhat.com>
Fri, 21 Jun 2019 15:45:29 +0000 (17:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2019 17:18:49 +0000 (10:18 -0700)
commitde755a85130ede40a988dbc04e449eb56fb998db
tree2fe853bdb45a3869bb5ccb1da6f9364383802efe
parent40cb35d5dc04e7f89cbc7b1fc9b4b48d9f1e5343
selftests: pmtu: Introduce list_flush_ipv4_exception test case

This test checks that route exceptions can be successfully listed and
flushed using ip -6 route {list,flush} cache.

v7: No changes

v6:
  - Merge this patch into series including fix, as it's also targeted
    for net-next
  - Drop left-over print of 'ip route list cache | wc -l'

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/pmtu.sh