[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <95c69336-4aa5-eed7-22bb-ba1f20044d7f@gmail.com>
Date: Wed, 16 Mar 2022 18:58:38 -0600
From: David Ahern <dsahern@...il.com>
To: Wojciech Drewek <wojciech.drewek@...el.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org
Subject: Re: [PATCH iproute2-next v5 2/2] f_flower: Implement gtp options
support
On 3/16/22 5:08 AM, Wojciech Drewek wrote:
> @@ -1869,6 +1951,13 @@ static int flower_parse_opt(struct filter_util *qu, char *handle,
> fprintf(stderr, "Illegal \"erspan_opts\"\n");
> return -1;
> }
> + } else if (matches(*argv, "gtp_opts") == 0) {
strcmp(). not allowing any more matches for new options.
Powered by blists - more mailing lists