[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211024164526.2e1e9204@hermes.local>
Date: Sun, 24 Oct 2021 16:45:26 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Taehee Yoo <ap420073@...il.com>
Cc: dsahern@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next] ip: add AMT support
On Sat, 23 Oct 2021 19:36:11 +0000
Taehee Yoo <ap420073@...il.com> wrote:
> + while (argc > 0) {
> + if (matches(*argv, "mode") == 0) {
Try and reduce/eliminate use of matches() since it creates
lots of problems when arguments collides. For example "m" matches
mode only because it is compared first (vs "max_tunnels").
Powered by blists - more mailing lists