Home
last modified time | relevance | path

Searched refs:locus0 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh652 local locus0="dev $swp1"
662 max=$(bridge_port_maxgroups_get "$locus0")
664 check_err $? "$locus0: Max groups expected to be 0, but $max reported"
673 max=$(bridge_port_maxgroups_get "$locus0")
675 check_err $? "$locus0: Max groups expected to be 0, but $max reported"
681 bridge_port_maxgroups_set "$locus0" 100
682 check_err $? "$locus0: Failed to set max to 100"
684 max=$(bridge_port_maxgroups_get "$locus0")
686 check_err $? "$locus0: Max groups expected to be 100, but $max reported"
695 max=$(bridge_port_maxgroups_get "$locus0")
[all …]