Skip to content

Commit f9923a6

Browse files
idoschkuba-moo
authored andcommitted
selftests: forwarding: Rename bridge_mdb test
The test is only concerned with host MDB entries and not with MDB entries as a whole. Rename the test to reflect that. Subsequent patches will add a more general test that will contain the test cases for host MDB entries and remove the current test. Signed-off-by: Ido Schimmel <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 61f2183 commit f9923a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/testing/selftests/net/forwarding/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TEST_PROGS = bridge_igmp.sh \
44
bridge_locked_port.sh \
5-
bridge_mdb.sh \
5+
bridge_mdb_host.sh \
66
bridge_mdb_port_down.sh \
77
bridge_mld.sh \
88
bridge_port_isolation.sh \

0 commit comments

Comments
 (0)