[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <243fb2a1-f8d5-c427-a0a7-44ac3d71af58@kernel.org>
Date: Sun, 27 Feb 2022 18:32:41 -0700
From: David Ahern <dsahern@...nel.org>
To: Hangbin Liu <liuhangbin@...il.com>, netdev@...r.kernel.org
Cc: Jay Vosburgh <j.vosburgh@...il.com>,
Veaceslav Falico <vfalico@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Nikolay Aleksandrov <nikolay@...dia.com>,
Jonathan Toppins <jtoppins@...hat.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: Re: [PATCHv2 iproute2-next] bond: add ns_ip6_target option
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.
Powered by blists - more mailing lists