mbox series

[iproute2-next,0/2] bridge: Add support for per-{Port, VLAN} neighbor suppression

Message ID 20230424160951.232878-1-idosch@nvidia.com (mailing list archive)
Headers show
Series bridge: Add support for per-{Port, VLAN} neighbor suppression | expand

Message

Ido Schimmel April 24, 2023, 4:09 p.m. UTC
See kernel merge commit 25c800b21058 ("Merge branch
'bridge-neigh-suppression'") for background and motivation.

Patch #1 adds support for a new "bridge vlan" option, "neigh_suppress".

Patch #2 adds support for a new "bridge link" option,
"neigh_vlan_suppress".

Ido Schimmel (2):
  bridge: vlan: Add support for neigh_suppress option
  bridge: link: Add support for neigh_vlan_suppress option

 bridge/link.c            | 19 +++++++++++++++++++
 bridge/vlan.c            | 18 ++++++++++++++++++
 ip/iplink_bridge_slave.c | 10 ++++++++++
 man/man8/bridge.8        | 19 ++++++++++++++++++-
 man/man8/ip-link.8.in    |  8 ++++++++
 5 files changed, 73 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 25, 2023, 3 p.m. UTC | #1
Hello:

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

On Mon, 24 Apr 2023 19:09:49 +0300 you wrote:
> See kernel merge commit 25c800b21058 ("Merge branch
> 'bridge-neigh-suppression'") for background and motivation.
> 
> Patch #1 adds support for a new "bridge vlan" option, "neigh_suppress".
> 
> Patch #2 adds support for a new "bridge link" option,
> "neigh_vlan_suppress".
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/2] bridge: vlan: Add support for neigh_suppress option
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=5fe0aeb88427
  - [iproute2-next,2/2] bridge: link: Add support for neigh_vlan_suppress option
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9c7bdc9f3328

You are awesome, thank you!