]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Merge branch 'bridge-mcast-state-vlan' into next
authorDavid Ahern <dsahern@kernel.org>
Wed, 2 Jul 2025 14:36:20 +0000 (14:36 +0000)
committerDavid Ahern <dsahern@kernel.org>
Wed, 2 Jul 2025 14:36:20 +0000 (14:36 +0000)
commitddf7fa84311b4aad1fbad554edfe40dfdd777214
tree600e8b703003e0bc10e32c3e7146e92ace485f08
parent6331444995237782f4bdfae7d3cbef7f319d323c
parentcdc027cb7f4756bc1dc5d1ceeb50eb8c909564c5
Merge branch 'bridge-mcast-state-vlan' into next

Fabian Pfitzner  says:

====================

Dump the multicast querier state per vlan.
This commit is almost identical to [1].

The querier state can be seen with:

bridge -d vlan global

The options for vlan filtering and vlan mcast snooping have to be enabled
in order to see the output:

ip link set [dev] type bridge mcast_vlan_snooping 1 vlan_filtering 1

The querier state shows the following information for IPv4 and IPv6
respectively:

1) The ip address of the current querier in the network. This could be
   ourselves or an external querier.
2) The port on which the querier was seen
3) Querier timeout in seconds

[1] https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=16aa4494d7fc6543e5e92beb2ce01648b79f8fa2

====================

Signed-off-by: David Ahern <dsahern@kernel.org>