mbox series

[iproute2-next,0/2] bridge: support for per-port mcast_router options

Message ID 20220316090257.3531111-1-troglobit@gmail.com (mailing list archive)
Headers show
Series bridge: support for per-port mcast_router options | expand

Message

Joachim Wiberg March 16, 2022, 9:02 a.m. UTC
Hi,

this patch set adds per bridge port mcast_router option.  I.e., the
ability to control how IGMP/MLD snooping learns of external routers
where both known and unknown multicast should be flooded.  Similar
functionality per-port and per-vlan setting already exist.

Best regards
 /Joachim

Joachim Wiberg (2):
  bridge: support for controlling mcast_router per port
  man: bridge: document per-port mcast_router settings

 bridge/link.c     | 15 +++++++++++++++
 man/man8/bridge.8 | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org March 20, 2022, 11:40 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Wed, 16 Mar 2022 10:02:55 +0100 you wrote:
> Hi,
> 
> this patch set adds per bridge port mcast_router option.  I.e., the
> ability to control how IGMP/MLD snooping learns of external routers
> where both known and unknown multicast should be flooded.  Similar
> functionality per-port and per-vlan setting already exist.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/2] bridge: support for controlling mcast_router per port
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9e82e828764a
  - [iproute2-next,2/2] man: bridge: document per-port mcast_router settings
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e48808692b6d

You are awesome, thank you!