[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f1127553-6ec6-068d-3ce8-709f1169c210@blackwall.org>
Date: Fri, 16 Dec 2022 14:06:20 +0200
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Ido Schimmel <idosch@...dia.com>, netdev@...r.kernel.org
Cc: dsahern@...il.com, stephen@...workplumber.org, mlxsw@...dia.com
Subject: Re: [PATCH iproute2-next 5/6] bridge: mdb: Add routing protocol
support
On 15/12/2022 19:52, Ido Schimmel wrote:
> Allow user space to specify the routing protocol of the MDB port group
> entry by adding the 'MDBE_ATTR_RTPROT' attribute to the
> 'MDBA_SET_ENTRY_ATTRS' nest.
>
> Examples:
>
> # bridge mdb add dev br0 port dummy10 grp 239.1.1.1 permanent proto zebra
>
> # bridge mdb add dev br0 port dummy10 grp 239.1.1.2 permanent
>
> # bridge -d mdb show
> dev br0 port dummy10 grp 239.1.1.2 permanent filter_mode exclude proto static
> dev br0 port dummy10 grp 239.1.1.1 permanent filter_mode exclude proto zebra
>
> Signed-off-by: Ido Schimmel <idosch@...dia.com>
> ---
> bridge/mdb.c | 28 ++++++++++++++++++++++++++--
> man/man8/bridge.8 | 12 +++++++++++-
> 2 files changed, 37 insertions(+), 3 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <razor@...ckwall.org>
Powered by blists - more mailing lists