diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-03-27 04:45:32 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-27 04:45:33 +0300 |
| commit | 2b8e147c006ef2b40863be1911e29dd5731c205d (patch) | |
| tree | 200272ea9552089609a70287d93abbc93f9ff102 /include/uapi | |
| parent | ed8edcd47529d9ad6558ca2c00dccf21fc0abc08 (diff) | |
| parent | 2d047673d374e1d808b345fddcbebe4f2a86d2f2 (diff) | |
| download | linux-2b8e147c006ef2b40863be1911e29dd5731c205d.tar.xz | |
Merge branch 'add-support-for-per-route-seg6-tunsrc'
Justin Iurman says:
====================
Add support for per-route seg6 tunsrc
This series adds support for the new per-route seg6 "tunsrc" parameter.
Selftests are extended to make sure it works as expected.
Example with the iproute2-next companion patch:
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
====================
Link: https://patch.msgid.link/20260324091434.359341-1-justin.iurman@6wind.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/seg6_iptunnel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/seg6_iptunnel.h b/include/uapi/linux/seg6_iptunnel.h index ae78791372b8..485889b19900 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, /* struct in6_addr */ __SEG6_IPTUNNEL_MAX, }; #define SEG6_IPTUNNEL_MAX (__SEG6_IPTUNNEL_MAX - 1) |
