Lines Matching +full:01 +full:a
161 check_fail $? "Managed to add $name host entry with a $invalid_state state"
165 check_fail $? "Managed to add $name host entry with a source"
169 check_fail $? "Managed to add $name host entry with a filter mode"
173 check_fail $? "Managed to add $name host entry with a source list"
177 check_fail $? "Managed to add $name host entry with a protocol"
190 cfg_test_host_common "L2" "01:02:03:04:05:06" "00:00:00:00:00:01" \
331 check_err $? "(*, G) \"permanent\" entry has a pending group timer"
333 check_err $? "\"permanent\" source entry has a pending source timer"
348 check_fail $? "(*, G) EXCLUDE entry does not have a pending group timer"
350 check_err $? "\"blocked\" source entry has a pending source timer"
365 check_err $? "(*, G) INCLUDE entry has a pending group timer"
367 check_fail $? "Source entry does not have a pending source timer"
376 check_err $? "(S, G) entry has a pending group timer"
501 # Check star exclude functionality. When adding a new EXCLUDE (*, G),
528 check_fail $? "Managed to add an entry with a source list and no filter mode"
540 check_fail $? "Managed to add a source that already has a forwarding entry"
591 check_err $? "\"permanent\" entry has a pending group timer"
604 check_fail $? "Managed to add an entry with a filter mode"
608 check_fail $? "Managed to add an entry with a source list"
628 check_err $? "Entry has a pending group timer after replace"
637 # Check star exclude functionality. When adding a (S, G), all matching
669 local grp="01:02:03:04:05:06"
673 bridge meb add dev br0 port $swp grp 00:01:02:03:04:05 \
677 bridge mdb add dev br0 port $swp grp $grp src 00:01:02:03:04:05 \
679 check_fail $? "Managed to add an entry with a source"
683 check_fail $? "Managed to add an entry with a filter mode"
686 source_list 00:01:02:03:04:05 &> /dev/null
687 check_fail $? "Managed to add an entry with a source list"
697 cfg_test_port_common "L2 (*, G)" "grp 01:02:03:04:05:06"
734 echo "01:00:00:00:00:$(printf %02x $i)"
908 bridge mdb add dev br0 port br0 grp 01:02:03:04:05:06 permanent vid 10
912 bridge mdb get dev br0 grp 01:02:03:04:05:06 vid 10 &> /dev/null
917 bridge mdb get dev br0 grp 01:02:03:04:05:06 vid 10 &> /dev/null
1024 # no matching MDB entry. The bridge is not configured as a multicast
1026 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
1030 # Install a regular port group entry and expect the packet to not be
1033 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
1035 check_err $? "Packet locally received after installing a regular entry"
1037 # Add a host entry and expect the packet to be locally received.
1039 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
1041 check_err $? "Packet not locally received after adding a host entry"
1046 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
1048 check_err $? "Packet locally received after removing a host entry"
1059 __fwd_test_host_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "-4"
1060 __fwd_test_host_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "-6"
1065 local dmac=01:02:03:04:05:06
1074 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1078 # Install a regular port group entry and expect the packet to not be
1081 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1083 check_err $? "Packet locally received after installing a regular entry"
1085 # Add a host entry and expect the packet to be locally received.
1087 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1089 check_err $? "Packet not locally received after adding a host entry"
1094 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1096 check_err $? "Packet locally received after removing a host entry"
1108 # only locally received when a matching host entry is present.
1154 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1158 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1165 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1169 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1176 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1180 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1186 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1190 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1202 __fwd_test_port_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "192.0.2.2" "-4" "exclude"
1203 __fwd_test_port_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "2001:db8:1::2" "-6" \
1205 __fwd_test_port_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "192.0.2.2" "-4" "include"
1206 __fwd_test_port_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "2001:db8:1::2" "-6" \
1212 local dmac=01:02:03:04:05:06
1219 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1224 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1229 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1241 # out of a port when a matching port group entry is present.
1256 # bridge will start forwarding according to its MDB soon after a
1261 # detects that there is a valid querier in the network. Set the bridge
1262 # as the querier and assign it a valid IPv6 link-local address to be
1280 # Add a permanent entry and check that it is not affected by the
1286 $MZ $h1.10 -c 1 -a own -b 01:00:5e:01:01:01 -A 192.0.2.1 -B 239.1.1.1 \
1292 # Replace the permanent entry with a temporary one and check that after
1293 # processing the IGMP packet, a new source is added to the list along
1294 # with a new forwarding entry.
1299 $MZ $h1.10 -a own -b 01:00:5e:01:01:01 -c 1 -A 192.0.2.1 -B 239.1.1.1 \
1317 # Add a permanent entry and check that it is not affected by the
1324 $MZ -6 $h1.10 -a own -b 33:33:00:00:00:01 -c 1 -A fe80::1 -B ff0e::1 \
1330 # Replace the permanent entry with a temporary one and check that after
1331 # processing the MLD packet, a new source is added to the list along
1332 # with a new forwarding entry.
1337 $MZ -6 $h1.10 -a own -b 33:33:00:00:00:01 -c 1 -A fe80::1 -B ff0e::1 \