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 0/3] Add support for seg6 tunsrc
Date: Fri, 20 Mar 2026 15:08:44 +0100 [thread overview]
Message-ID: <20260320140847.1730633-1-justin.iurman@6wind.com> (raw)
This series adds support for the new per-route seg6 "tunsrc" parameter.
Example:
ip -6 r a 2001:db8:1::/64 encap seg6 mode encap tunsrc 2001:db8:ab::
segs 2001:db8:42::1,2001:db8:ffff::2 dev eth0
Justin Iurman (3):
uapi: add SEG6_IPTUNNEL_SRC
seg6: add tunsrc support in iproute_lwtunnel
man8: update seg6 encap documentation
include/uapi/linux/seg6_iptunnel.h | 1 +
ip/iproute_lwtunnel.c | 31 ++++++++++++++++++++++++++++++
man/man8/ip-route.8.in | 13 ++++++++++++-
3 files changed, 44 insertions(+), 1 deletion(-)
---
v2: include uapi change
v1:
https://lore.kernel.org/netdev/20260316164907.1255510-1-justin.iurman@6wind.com/
--
2.39.2
next 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 Justin Iurman [this message]
2026-03-20 14:08 ` [PATCH iproute2-next v2 1/3] uapi: add SEG6_IPTUNNEL_SRC Justin Iurman
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-1-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