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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 31 Oct 2023 16:37:46 +0200
From: Ido Schimmel <idosch@...dia.com>
To: Nikolay Aleksandrov <razor@...ckwall.org>
Cc: netdev@...r.kernel.org, dsahern@...il.com, stephen@...workplumber.org,
	mlxsw@...dia.com
Subject: Re: [PATCH iproute2-next] bridge: mdb: Add get support

On Tue, Oct 31, 2023 at 04:29:58PM +0200, Nikolay Aleksandrov wrote:
> > @@ -865,6 +960,8 @@ int do_mdb(int argc, char **argv)
> >   		    matches(*argv, "lst") == 0 ||
> >   		    matches(*argv, "list") == 0)
> >   			return mdb_show(argc-1, argv+1);
> > +		if (matches(*argv, "get") == 0)
> > +			return mdb_get(argc-1, argv+1);
> 
> I can't recall if it was agreed to add only strcmp even if the rest uses
> matches()?

Yea, not sure how I missed it... Will fix in v2.

Thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ