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]
Message-ID: <2d33a34b-9bc9-46ab-ac23-e5bd311b65c3@kernel.org>
Date: Sun, 19 Jan 2025 17:23:31 -0700
From: David Ahern <dsahern@...nel.org>
To: Yuyang Huang <yuyanghuang@...gle.com>
Cc: "David S. Miller" <davem@...emloft.net>,
 Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
 Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>,
 netdev@...r.kernel.org, Maciej Żenczykowski
 <maze@...gle.com>, Lorenzo Colitti <lorenzo@...gle.com>
Subject: Re: [PATCH RESEND iproute2-next 2/2] iproute2: add 'ip monitor
 acaddress' support

On 1/16/25 8:20 PM, Yuyang Huang wrote:
> @@ -210,6 +213,8 @@ int do_ipmonitor(int argc, char **argv)
>  			lmask |= IPMON_LADDR;
>  		} else if (matches(*argv, "maddress") == 0) {
>  			lmask |= IPMON_LMADDR;
> +		} else if (matches(*argv, "acaddress") == 0) {

changed that to strcmp (not taking any more matches) and applied to
iproute2-next.



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ