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: Thu, 27 Jun 2024 10:05:00 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Davide Caratti <dcaratti@...hat.com>
Cc: Asbjørn Sloth Tønnesen
 <ast@...erby.net>, David Ahern <dsahern@...nel.org>, aclaudi@...hat.com,
 Ilya Maximets <i.maximets@....org>, echaudro@...hat.com,
 netdev@...r.kernel.org, Jamal Hadi Salim <jhs@...atatu.com>
Subject: Re: [RFC iproute2-next] tc: f_flower:  add support for matching on
 tunnel metadata

On Thu, 27 Jun 2024 18:55:47 +0200
Davide Caratti <dcaratti@...hat.com> wrote:

> +		} else if (matches(*argv, "enc_flags") == 0) {
> +			NEXT_ARG();
> +			ret = flower_parse_enc_dstflags(*argv, n);
> +			if (ret < 0) {
> +				fprintf(stderr, "Illegal \"enc_flags\"\n");
> +				return -1;
> +			}

No new uses of matches since it leads to abbreviation conflicts.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ