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:   Mon, 28 Feb 2022 11:43:21 +0800
From:   Hangbin Liu <liuhangbin@...il.com>
To:     David Ahern <dsahern@...nel.org>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCHv2 iproute2-next] bond: add ns_ip6_target option

On Sun, Feb 27, 2022 at 06:32:41PM -0700, David Ahern wrote:
> On 2/20/22 10:54 PM, Hangbin Liu wrote:
> > Similar with arp_ip_target, this option add bond IPv6 NS/NA monitor
> > support. When IPv6 target was set, the ARP target will be disabled.
> > 
> > Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
> > ---
> > v2: define BOND_MAX_NS_TARGETS
> > ---
> >  ip/iplink_bond.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++-
> >  1 file changed, 52 insertions(+), 1 deletion(-)
> > 
> 
> > +		} else if (matches(*argv, "ns_ip6_target") == 0) {
> 
> changed matches to strcmp and applied.
> 
> we are not accepting any more uses of matches.

Oh, my bad. I forgot to change match to strcmp when copy/paste the
arp_ip_target code...

Hangbin

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ