From: David Ahern <dsahern@gmail.com>
To: Wojciech Drewek <wojciech.drewek@intel.com>, netdev@vger.kernel.org
Cc: stephen@networkplumber.org
Subject: Re: [PATCH iproute2-next v5 2/2] f_flower: Implement gtp options support
Date: Wed, 16 Mar 2022 18:58:38 -0600 [thread overview]
Message-ID: <95c69336-4aa5-eed7-22bb-ba1f20044d7f@gmail.com> (raw)
In-Reply-To: <20220316110815.46779-3-wojciech.drewek@intel.com>
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.
prev parent reply other threads:[~2022-03-17 0:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-16 11:08 [PATCH iproute2-next v5 0/2] GTP support for ip link and tc flowers Wojciech Drewek
2022-03-16 11:08 ` [PATCH iproute2-next v5 1/2] ip: GTP support in ip link Wojciech Drewek
2022-03-17 0:56 ` David Ahern
2022-03-17 11:11 ` Drewek, Wojciech
2022-03-17 14:02 ` Harald Welte
2022-03-17 14:47 ` David Ahern
2022-03-17 16:11 ` Drewek, Wojciech
2022-03-16 11:08 ` [PATCH iproute2-next v5 2/2] f_flower: Implement gtp options support Wojciech Drewek
2022-03-17 0:58 ` David Ahern [this message]
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=95c69336-4aa5-eed7-22bb-ba1f20044d7f@gmail.com \
--to=dsahern@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
--cc=wojciech.drewek@intel.com \
/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).