From: Justin Iurman <justin.iurman@6wind.com>
To: netdev@vger.kernel.org
Cc: dsahern@kernel.org, stephen@networkplumber.org,
andrea.mayer@uniroma2.it, justin.iurman@gmail.com,
nicolas.dichtel@6wind.com, stefano.salsano@uniroma2.it,
Justin Iurman <justin.iurman@6wind.com>
Subject: [PATCH iproute2-next v2 1/3] uapi: add SEG6_IPTUNNEL_SRC
Date: Fri, 20 Mar 2026 15:08:45 +0100 [thread overview]
Message-ID: <20260320140847.1730633-2-justin.iurman@6wind.com> (raw)
In-Reply-To: <20260320140847.1730633-1-justin.iurman@6wind.com>
Rebase uapi to have support for SEG6_IPTUNNEL_SRC.
Signed-off-by: Justin Iurman <justin.iurman@6wind.com>
---
include/uapi/linux/seg6_iptunnel.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/seg6_iptunnel.h b/include/uapi/linux/seg6_iptunnel.h
index e1929d21c0b6..993a7bd06775 100644
--- a/include/uapi/linux/seg6_iptunnel.h
+++ b/include/uapi/linux/seg6_iptunnel.h
@@ -20,6 +20,7 @@
enum {
SEG6_IPTUNNEL_UNSPEC,
SEG6_IPTUNNEL_SRH,
+ SEG6_IPTUNNEL_SRC,
__SEG6_IPTUNNEL_MAX,
};
#define SEG6_IPTUNNEL_MAX (__SEG6_IPTUNNEL_MAX - 1)
--
2.39.2
next prev parent reply other threads:[~2026-03-20 14:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 14:08 [PATCH iproute2-next v2 0/3] Add support for seg6 tunsrc Justin Iurman
2026-03-20 14:08 ` Justin Iurman [this message]
2026-03-20 14:08 ` [PATCH iproute2-next v2 2/3] seg6: add tunsrc support in iproute_lwtunnel Justin Iurman
2026-03-20 14:08 ` [PATCH iproute2-next v2 3/3] man8: update seg6 encap documentation Justin Iurman
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=20260320140847.1730633-2-justin.iurman@6wind.com \
--to=justin.iurman@6wind.com \
--cc=andrea.mayer@uniroma2.it \
--cc=dsahern@kernel.org \
--cc=justin.iurman@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.dichtel@6wind.com \
--cc=stefano.salsano@uniroma2.it \
--cc=stephen@networkplumber.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