public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 0/3] Add support for seg6 tunsrc
@ 2026-03-20 14:08 Justin Iurman
  2026-03-20 14:08 ` [PATCH iproute2-next v2 1/3] uapi: add SEG6_IPTUNNEL_SRC Justin Iurman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Justin Iurman @ 2026-03-20 14:08 UTC (permalink / raw)
  To: netdev
  Cc: dsahern, stephen, andrea.mayer, justin.iurman, nicolas.dichtel,
	stefano.salsano, Justin Iurman

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-20 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 14:08 [PATCH iproute2-next v2 0/3] Add support for seg6 tunsrc Justin Iurman
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox