All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-next v3 0/7] bridge: support for controlling broadcast flooding per port
@ 2022-03-09 19:23 Joachim Wiberg
  2022-03-09 19:23 ` [PATCH iproute2-next v3 1/7] bridge: support for controlling flooding of broadcast " Joachim Wiberg
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Joachim Wiberg @ 2022-03-09 19:23 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern, Stephen Hemminger, Nikolay Aleksandrov,
	Joachim Wiberg

Hi,

this patch set address a slight omission in controlling broadcast
flooding per bridge port, which the bridge has had support for a good
while now.

v3:
  - Move bcast_flood option in manual files to before the mcast_flood
    option, instead of breaking the two mcast options.  Unfortunately
    the other options are not alphabetically sorted, so this was the
    least worst option. (Stephen)
  - Add missing closing " for 'bridge mdb show' in bridge(8) SYNOPSIS
v2:
  - Add bcast_flood also to ip/iplink_bridge_slave.c (Nik)
  - Update man page for ip-link(8) with new bcast_flood flag
  - Update mcast_flood in same man page slightly
  - Fix minor weird whitespace issues causing sudden line breaks
v1:
  - Add bcast_flood to bridge/link.c
  - Update man page for bridge(8) with bcast_flood for brports

Best regards
 /Joachim

Joachim Wiberg (7):
  bridge: support for controlling flooding of broadcast per port
  man: bridge: document new bcast_flood flag for bridge ports
  man: bridge: add missing closing " in bridge show mdb
  ip: iplink_bridge_slave: support for broadcast flooding
  man: ip-link: document new bcast_flood flag on bridge ports
  man: ip-link: mention bridge port's default mcast_flood state
  man: ip-link: whitespace fixes to odd line breaks mid sentence

 bridge/link.c            | 13 +++++++++++++
 ip/iplink_bridge_slave.c |  9 +++++++++
 man/man8/bridge.8        |  8 +++++++-
 man/man8/ip-link.8.in    | 20 +++++++++++++-------
 4 files changed, 42 insertions(+), 8 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-12 16:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09 19:23 [PATCH iproute2-next v3 0/7] bridge: support for controlling broadcast flooding per port Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 1/7] bridge: support for controlling flooding of broadcast " Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 2/7] man: bridge: document new bcast_flood flag for bridge ports Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 3/7] man: bridge: add missing closing " in bridge show mdb Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 4/7] ip: iplink_bridge_slave: support for broadcast flooding Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 5/7] man: ip-link: document new bcast_flood flag on bridge ports Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 6/7] man: ip-link: mention bridge port's default mcast_flood state Joachim Wiberg
2022-03-09 19:23 ` [PATCH iproute2-next v3 7/7] man: ip-link: whitespace fixes to odd line breaks mid sentence Joachim Wiberg
2022-03-10  9:01 ` [PATCH iproute2-next v3 0/7] bridge: support for controlling broadcast flooding per port Nikolay Aleksandrov
2022-03-12 16:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.