OSDN Git Service

selftests: forwarding: test for bridge mcast traffic after report and leave
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Fri, 5 Apr 2019 15:40:47 +0000 (18:40 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Apr 2019 01:30:04 +0000 (18:30 -0700)
commitf1054c65bca637c220fe8e32648156459361bb99
treea919860ddeb6dc563c166b6cebe3d83fb7eabce3
parentea401685a20b5d631957f024bda86e1f6118eb20
selftests: forwarding: test for bridge mcast traffic after report and leave

This test is split in two, the first part checks if a report creates a
corresponding mdb entry and if traffic is properly forwarded to it, and
the second part checks if the mdb entry is deleted after a leave and
if traffic is *not* forwarded to it. Since the mcast querier is enabled
we should see standard mcast snooping bridge behaviour.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/forwarding/bridge_igmp.sh [new file with mode: 0755]