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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ