[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f416bcfc-9463-b848-74a4-59e688a355ca@gmail.com>
Date: Sun, 20 Mar 2022 17:56:10 -0600
From: David Ahern <dsahern@...il.com>
To: Eyal Birger <eyal.birger@...il.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org, roopa@...dia.com
Subject: Re: [PATCH iproute2-next] ip/geneve: add support for
IFLA_GENEVE_INNER_PROTO_INHERIT
On 3/19/22 2:57 AM, Eyal Birger wrote:
> @@ -182,6 +184,10 @@ static int geneve_parse_opt(struct link_util *lu, int argc, char **argv,
> check_duparg(&attrs, IFLA_GENEVE_UDP_ZERO_CSUM6_RX,
> *argv, *argv);
> udp6zerocsumrx = 0;
> + } else if (!matches(*argv, "innerprotoinherit")) {
changed matches to strcmp (not taking any more usage of matches) and
applied to iproute2-next.
Powered by blists - more mailing lists