lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
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