Skip to content

Commit 7648ac7

Browse files
idoschdavem330
authored andcommitted
selftests: net: Add bridge neighbor suppression test
Add test cases for bridge neighbor suppression, testing both per-port and per-{Port, VLAN} neighbor suppression with both ARP and NS packets. Example truncated output: # ./test_bridge_neigh_suppress.sh [...] Tests passed: 148 Tests failed: 0 Signed-off-by: Ido Schimmel <idosch@nvidia.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 160656d commit 7648ac7

2 files changed

Lines changed: 863 additions & 0 deletions

File tree

tools/testing/selftests/net/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ TEST_GEN_FILES += nat6to4.o
8383
TEST_GEN_FILES += ip_local_port_range
8484
TEST_GEN_FILES += bind_wildcard
8585
TEST_PROGS += test_vxlan_mdb.sh
86+
TEST_PROGS += test_bridge_neigh_suppress.sh
8687

8788
TEST_FILES := settings
8889

0 commit comments

Comments
 (0)