You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_igmp_snooping_modified_query fails due to Mdb entry for router port is absence in Mdb table.
Test case enables mcast_querier=1 on bridge, and it is expected that bridge will send igmp_query packets and Mdb entry for router port will appear in Mdb table, which is not happening despite that bridge actually sends igmp_query packets.
test_igmp_snooping_modified_query
fails due to Mdb entry for router port is absence in Mdb table.Test case enables
mcast_querier=1 on bridge
, and it is expected that bridge will send igmp_query packets and Mdb entry for router port will appear in Mdb table, which is not happening despite that bridge actually sends igmp_query packets.And it also receives igmp_report packets that comes from DUT's IP address, but still no entry is being observed in Mdb table for router port.
Output of bridge -d -s -j mdb show:
Previous test that was ported:
IGMP_Querier_Basic
The text was updated successfully, but these errors were encountered: