[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5b4172c8-33a2-49d8-fd9f-17174242a384@gmail.com>
Date: Sun, 29 Nov 2020 13:58:56 -0700
From: David Ahern <dsahern@...il.com>
To: Vladimir Oltean <vladimir.oltean@....com>,
Roopa Prabhu <roopa@...dia.com>,
Nikolay Aleksandrov <nikolay@...dia.com>,
"David S. Miller" <davem@...emloft.net>,
bridge@...ts.linux-foundation.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Jakub Kicinski <kuba@...nel.org>, andrew@...n.ch,
f.fainelli@...il.com, vivien.didelot@...il.com, jiri@...nulli.us,
idosch@...sch.org
Subject: Re: [PATCH v3 iproute2] bridge: add support for L2 multicast groups
On 11/25/20 7:36 AM, Vladimir Oltean wrote:
> 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@....com>
> ---
> Changes in v3:
> - Using rt_addr_n2a_r instead of inet_ntop/ll_addr_n2a directly.
> - Updated the bridge manpage.
>
> Changes in v2:
> - Removed the const void casts.
> - Removed MDB_FLAGS_L2 from the UAPI to be in sync with the latest
> kernel patch:
> https://patchwork.ozlabs.org/project/netdev/patch/20201028233831.610076-1-vladimir.oltean@nxp.com/
>
> bridge/mdb.c | 54 ++++++++++++++++++++++++++--------
> include/uapi/linux/if_bridge.h | 1 +
> man/man8/bridge.8 | 8 ++---
> 3 files changed, 46 insertions(+), 17 deletions(-)
>
applied to iproute2-next
Powered by blists - more mailing lists