diff options
author | Amit Cohen <amcohen@nvidia.com> | 2023-10-09 13:06:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-13 10:00:32 +0100 |
commit | 96eece6933304b09af6849a66f123a00c5a53313 (patch) | |
tree | e6007177cf778b0eb18afd46af66f18b30aac463 /tools/testing/selftests/net/Makefile | |
parent | 2dcd22023cabc1b15b36af3c10924fcfee79b341 (diff) |
selftests: Add test cases for FDB flush with VXLAN device
Test all the supported arguments for FDB flush. The test checks
configuration, not traffic. Note that the flag 'offloaded' is not checked
as it is not relevant when there is no hardware.
Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r-- | tools/testing/selftests/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 8b017070960d..61939a695f95 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -89,6 +89,7 @@ TEST_PROGS += test_vxlan_mdb.sh TEST_PROGS += test_bridge_neigh_suppress.sh TEST_PROGS += test_vxlan_nolocalbypass.sh TEST_PROGS += test_bridge_backup_port.sh +TEST_PROGS += fdb_flush.sh TEST_FILES := settings |