]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'bridge-broadcast-flooding' into next
authorDavid Ahern <dsahern@kernel.org>
Sat, 12 Mar 2022 15:59:03 +0000 (08:59 -0700)
committerDavid Ahern <dsahern@kernel.org>
Sat, 12 Mar 2022 15:59:03 +0000 (08:59 -0700)
Joachim Wiberg  says:

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

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

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

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

Trivial merge