[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9bea117d-980c-0240-b7f8-eee6429180e8@blackwall.org>
Date: Tue, 17 Oct 2023 12:39:41 +0300
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Amit Cohen <amcohen@...dia.com>, netdev@...r.kernel.org
Cc: dsahern@...il.com, stephen@...workplumber.org, mlxsw@...dia.com,
roopa@...dia.com
Subject: Re: [PATCH iproute2-next 7/8] bridge: fdb: support match on
[no]router flag in flush command
On 10/17/23 10:02, Amit Cohen wrote:
> Extend "fdb flush" command to match entries with or without (if "no" is
> prepended) router flag.
>
> Examples:
> $ bridge fdb flush dev vx10 router
> This will delete all fdb entries pointing to vx10 with router flag.
>
> $ bridge fdb flush dev vx10 norouter
> This will delete all fdb entries pointing to vx10, except the ones with
> router flag.
>
> Signed-off-by: Amit Cohen <amcohen@...dia.com>
> ---
> bridge/fdb.c | 8 +++++++-
> man/man8/bridge.8 | 9 ++++++++-
> 2 files changed, 15 insertions(+), 2 deletions(-)
>
Acked-by: Nikolay Aleksandrov <razor@...ckwall.org>
Powered by blists - more mailing lists