[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240627100500.3134f6ad@hermes.local>
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