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" \
333 check_err $? "(*, G) \"permanent\" entry has a pending group timer"
336 check_err $? "\"permanent\" source entry has a pending source timer"
354 check_fail $? "(*, G) EXCLUDE entry does not have a pending group timer"
357 check_err $? "\"blocked\" source entry has a pending source timer"
375 check_err $? "(*, G) INCLUDE entry has a pending group timer"
378 check_fail $? "Source entry does not have a pending source timer"
388 check_err $? "(S, G) entry has a pending group timer"
529 # Check star exclude functionality. When adding a new EXCLUDE (*, G),
556 check_fail $? "Managed to add an entry with a source list and no filter mode"
568 check_fail $? "Managed to add a source that already has a forwarding entry"
621 check_err $? "\"permanent\" entry has a pending group timer"
636 check_fail $? "Managed to add an entry with a filter mode"
640 check_fail $? "Managed to add an entry with a source list"
663 check_err $? "Entry has a pending group timer after replace"
674 # Check star exclude functionality. When adding a (S, G), all matching
706 local grp="01:02:03:04:05:06"
710 bridge meb add dev br0 port $swp grp 00:01:02:03:04:05 \
714 bridge mdb add dev br0 port $swp grp $grp src 00:01:02:03:04:05 \
716 check_fail $? "Managed to add an entry with a source"
720 check_fail $? "Managed to add an entry with a filter mode"
723 source_list 00:01:02:03:04:05 &> /dev/null
724 check_fail $? "Managed to add an entry with a source list"
734 cfg_test_port_common "L2 (*, G)" "grp 01:02:03:04:05:06"
771 echo "01:00:00:00:00:$(printf %02x $i)"
874 # no matching MDB entry. The bridge is not configured as a multicast
876 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
880 # Install a regular port group entry and expect the packet to not be
883 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
885 check_err $? "Packet locally received after installing a regular entry"
887 # Add a host entry and expect the packet to be locally received.
889 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
891 check_err $? "Packet not locally received after adding a host entry"
896 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $src -B $grp -t udp -q
898 check_err $? "Packet locally received after removing a host entry"
909 __fwd_test_host_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "-4"
910 __fwd_test_host_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "-6"
915 local dmac=01:02:03:04:05:06
924 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
928 # Install a regular port group entry and expect the packet to not be
931 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
933 check_err $? "Packet locally received after installing a regular entry"
935 # Add a host entry and expect the packet to be locally received.
937 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
939 check_err $? "Packet not locally received after adding a host entry"
944 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
946 check_err $? "Packet locally received after removing a host entry"
958 # only locally received when a matching host entry is present.
1004 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1008 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1015 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1019 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1026 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1030 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1036 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $valid_src -B $grp -t udp -q
1040 $MZ $mode $h1.10 -a own -b $dmac -c 1 -p 128 -A $invalid_src -B $grp -t udp -q
1052 __fwd_test_port_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "192.0.2.2" "-4" "exclude"
1053 __fwd_test_port_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "2001:db8:1::2" "-6" \
1055 __fwd_test_port_ip "239.1.1.1" "01:00:5e:01:01:01" "192.0.2.1" "192.0.2.2" "-4" "include"
1056 __fwd_test_port_ip "ff0e::1" "33:33:00:00:00:01" "2001:db8:1::1" "2001:db8:1::2" "-6" \
1062 local dmac=01:02:03:04:05:06
1069 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1074 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1079 $MZ $h1.10 -c 1 -p 128 -a own -b $dmac -q
1091 # out of a port when a matching port group entry is present.
1106 # detects that there is a valid querier in the network. Set the bridge
1107 # as the querier and assign it a valid IPv6 link-local address to be
1126 # Add a permanent entry and check that it is not affected by the
1132 $MZ $h1.10 -c 1 -a own -b 01:00:5e:01:01:01 -A 192.0.2.1 -B 239.1.1.1 \
1138 # Replace the permanent entry with a temporary one and check that after
1139 # processing the IGMP packet, a new source is added to the list along
1140 # with a new forwarding entry.
1145 $MZ $h1.10 -a own -b 01:00:5e:01:01:01 -c 1 -A 192.0.2.1 -B 239.1.1.1 \
1165 # Add a permanent entry and check that it is not affected by the
1172 $MZ -6 $h1.10 -a own -b 33:33:00:00:00:01 -c 1 -A fe80::1 -B ff0e::1 \
1179 # Replace the permanent entry with a temporary one and check that after
1180 # processing the MLD packet, a new source is added to the list along
1181 # with a new forwarding entry.
1186 $MZ -6 $h1.10 -a own -b 33:33:00:00:00:01 -c 1 -A fe80::1 -B ff0e::1 \