All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Fernando Fernandez Mancera <fmancera@suse.de>
Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org, fw@strlen.de
Subject: Re: [PATCH 1/7 nft v2] src: add tunnel template support
Date: Tue, 19 Aug 2025 14:47:40 +0200	[thread overview]
Message-ID: <aKRybNzVyFOC7oCB@calendula> (raw)
In-Reply-To: <20250814110450.5434-1-fmancera@suse.de>

Hi,

I made a changes to this series and push it out to the 'tunnel' branch
under the nftables tree.

I added IPv6 support to this 1/7 patch.

However:

[PATCH 6/7] tunnel: add tunnel object and statement json support

still needs to be adjusted to also support IPv6.

I can see JSON representation uses "src" and "dst" as keys.

It is better to have keys that uniquely identify the datatype, I would
suggest:

"ip saddr"
"ip6 saddr"

(similar to ct expression)

or

"src-ipv4"
"src-ipv6"

else, anything you consider better for this.

I think this is the only remaining issue in this series IMO.

If you follow up, patch based your work on the two branches that I
have pushed out for libnftnl and nftables.

Thanks.

  parent reply	other threads:[~2025-08-19 12:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 11:04 [PATCH 1/7 nft v2] src: add tunnel template support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 2/7 nft v2] tunnel: add erspan support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 3/7 nft v2] src: add tunnel statement and expression support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 4/7 nft v2] tunnel: add vxlan support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 5/7 nft v2] tunnel: add geneve support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 6/7 nft v2] tunnel: add tunnel object and statement json support Fernando Fernandez Mancera
2025-08-14 11:04 ` [PATCH 7/7 nft v2] tests: add tunnel shell and python tests Fernando Fernandez Mancera
2025-08-19 12:47 ` Pablo Neira Ayuso [this message]
2025-08-19 15:57   ` [PATCH 1/7 nft v2] src: add tunnel template support Fernando Fernandez Mancera
2025-08-19 22:25     ` Pablo Neira Ayuso

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=aKRybNzVyFOC7oCB@calendula \
    --to=pablo@netfilter.org \
    --cc=coreteam@netfilter.org \
    --cc=fmancera@suse.de \
    --cc=fw@strlen.de \
    --cc=netfilter-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.