netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Davide Caratti <dcaratti@redhat.com>
Cc: "Asbjørn Sloth Tønnesen" <ast@fiberby.net>,
	"David Ahern" <dsahern@kernel.org>,
	aclaudi@redhat.com, "Ilya Maximets" <i.maximets@ovn.org>,
	echaudro@redhat.com, netdev@vger.kernel.org,
	"Jamal Hadi Salim" <jhs@mojatatu.com>
Subject: Re: [RFC iproute2-next] tc: f_flower:  add support for matching on tunnel metadata
Date: Thu, 27 Jun 2024 10:05:00 -0700	[thread overview]
Message-ID: <20240627100500.3134f6ad@hermes.local> (raw)
In-Reply-To: <897379f1850a50d8c320ca3facd06c5f03943bac.1719506876.git.dcaratti@redhat.com>

On Thu, 27 Jun 2024 18:55:47 +0200
Davide Caratti <dcaratti@redhat.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.

  reply	other threads:[~2024-06-27 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 16:55 [RFC iproute2-next] tc: f_flower: add support for matching on tunnel metadata Davide Caratti
2024-06-27 17:05 ` Stephen Hemminger [this message]
2024-06-28  9:46 ` Asbjørn Sloth Tønnesen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240627100500.3134f6ad@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=aclaudi@redhat.com \
    --cc=ast@fiberby.net \
    --cc=dcaratti@redhat.com \
    --cc=dsahern@kernel.org \
    --cc=echaudro@redhat.com \
    --cc=i.maximets@ovn.org \
    --cc=jhs@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).