]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: vlan: add global mcast_last_member_count option
authorNikolay Aleksandrov <nikolay@nvidia.com>
Sat, 28 Aug 2021 11:07:56 +0000 (14:07 +0300)
committerDavid Ahern <dsahern@kernel.org>
Wed, 1 Sep 2021 03:26:07 +0000 (21:26 -0600)
commit3399c0759f3126ef672ae9ecb839f95c922c67c2
tree598c6bc1f71eab506a45f7e9824c3477b34119da
parenta8d7212a4f39b207c7a513e4161608b75522cc45
bridge: vlan: add global mcast_last_member_count option

Add control and dump support for the global mcast_last_member_count option
which controls the number of queries the bridge will send on the vlan after
a leave is received (default 2).
Syntax:
 $ bridge vlan global set dev bridge vid 1 mcast_last_member_count 10

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
bridge/vlan.c
man/man8/bridge.8