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 PHC | |
Open Source and information security mailing list archives
| ||
|
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