aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/forwarding/Makefile
diff options
context:
space:
mode:
authorGravatar Hans Schultz <schultz.hans@gmail.com> 2022-02-23 11:16:50 +0100
committerGravatar David S. Miller <davem@davemloft.net> 2022-02-23 12:52:34 +0000
commitb2b681a412517bf477238de62b1d227361fa04fe (patch)
tree2d0066ba1b564b2eaef5147b13008dfa24f43ddb /tools/testing/selftests/net/forwarding/Makefile
parentnet: dsa: mv88e6xxx: Add support for bridge port locked mode (diff)
downloadlinux-b2b681a412517bf477238de62b1d227361fa04fe.tar.gz
linux-b2b681a412517bf477238de62b1d227361fa04fe.tar.bz2
linux-b2b681a412517bf477238de62b1d227361fa04fe.zip
selftests: forwarding: tests of locked port feature
These tests check that the basic locked port feature works, so that no 'host' can communicate (ping) through a locked port unless the MAC address of the 'host' interface is in the forwarding database of the bridge. Signed-off-by: Hans Schultz <schultz.hans+netdev@gmail.com> Acked-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/forwarding/Makefile')
-rw-r--r--tools/testing/selftests/net/forwarding/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
index 72ee644d47bf..8fa97ae9af9e 100644
--- a/tools/testing/selftests/net/forwarding/Makefile
+++ b/tools/testing/selftests/net/forwarding/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+ OR MIT
TEST_PROGS = bridge_igmp.sh \
+ bridge_locked_port.sh \
bridge_port_isolation.sh \
bridge_sticky_fdb.sh \
bridge_vlan_aware.sh \