]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: add support for L2 multicast groups
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 25 Nov 2020 14:36:39 +0000 (16:36 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sun, 29 Nov 2020 20:54:02 +0000 (20:54 +0000)
commitc29f65db34728e0e7423aea81ff64361db312a08
tree6cdfa7229dfe4c22ec839c10d1735e0e1aabbb60
parentf5c1246e6ac522c80e7af9d6af5b660077953a5a
bridge: add support for L2 multicast groups

Extend the 'bridge mdb' command for the following syntax:
bridge mdb add dev br0 port swp0 grp 01:02:03:04:05:06 permanent

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/mdb.c
man/man8/bridge.8