Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Ido Schimmel and committed by
Jakub Kicinski
f9923a67 61f21835

+1 -1
+1 -1
tools/testing/selftests/net/forwarding/Makefile
··· 2 2 3 3 TEST_PROGS = bridge_igmp.sh \ 4 4 bridge_locked_port.sh \ 5 - bridge_mdb.sh \ 5 + bridge_mdb_host.sh \ 6 6 bridge_mdb_port_down.sh \ 7 7 bridge_mld.sh \ 8 8 bridge_port_isolation.sh \
tools/testing/selftests/net/forwarding/bridge_mdb.sh tools/testing/selftests/net/forwarding/bridge_mdb_host.sh