From db7879025a486b636cbe039132424e4ea411c251 Mon Sep 17 00:00:00 2001 From: Ioana-Ruxandra Stăncioi Date: Wed, 19 Aug 2020 07:31:31 +0000 Subject: sys/linux: add lwtunnel_encap_seg6 description Uncommented because the kernel fixed the seg6_iptunnel.h uapi header https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=88fab21c691bb1ff164e540735237a385e3afeaf --- sys/linux/socket_netlink_route.txt.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_netlink_route.txt.const') diff --git a/sys/linux/socket_netlink_route.txt.const b/sys/linux/socket_netlink_route.txt.const index f09b83bf8..605dd5991 100644 --- a/sys/linux/socket_netlink_route.txt.const +++ b/sys/linux/socket_netlink_route.txt.const @@ -621,6 +621,10 @@ RT_TABLE_DEFAULT = 253 RT_TABLE_LOCAL = 255 RT_TABLE_MAIN = 254 RT_TABLE_UNSPEC = 0 +SEG6_IPTUNNEL_SRH = 1 +SEG6_IPTUN_MODE_ENCAP = 1 +SEG6_IPTUN_MODE_INLINE = 0 +SEG6_IPTUN_MODE_L2ENCAP = 2 SEG6_LOCAL_ACTION = 1 SEG6_LOCAL_ACTION_END = 1 SEG6_LOCAL_ACTION_END_BPF = 15 -- cgit mrf-deployment