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

Configure Feed

Select the types of activity you want to include in your feed.

at v6.5-rc7 18 lines 379 B view raw
1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = bridge_locked_port.sh \ 4 bridge_mdb.sh \ 5 bridge_mld.sh \ 6 bridge_vlan_aware.sh \ 7 bridge_vlan_mcast.sh \ 8 bridge_vlan_unaware.sh \ 9 local_termination.sh \ 10 no_forwarding.sh \ 11 tc_actions.sh \ 12 test_bridge_fdb_stress.sh 13 14TEST_PROGS_EXTENDED := lib.sh tc_common.sh 15 16TEST_FILES := forwarding.config 17 18include ../../../lib.mk