From 71ff42db4d8bbe05799f7b1e57c839128c91d8fd Mon Sep 17 00:00:00 2001 From: Ruxandra Stăncioi Date: Fri, 17 Jul 2020 13:20:46 +0000 Subject: sys/linux: add lwtunnel_encap_ip6 description https://elixir.bootlin.com/linux/latest/source/net/ipv4/ip_tunnel_core.c#L713 --- sys/linux/socket_netlink_route_386.const | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/linux/socket_netlink_route_386.const') diff --git a/sys/linux/socket_netlink_route_386.const b/sys/linux/socket_netlink_route_386.const index 5aaeeaf9c..66bca8f25 100644 --- a/sys/linux/socket_netlink_route_386.const +++ b/sys/linux/socket_netlink_route_386.const @@ -405,6 +405,13 @@ LWTUNNEL_ENCAP_NONE = 0 LWTUNNEL_ENCAP_RPL = 8 LWTUNNEL_ENCAP_SEG6 = 5 LWTUNNEL_ENCAP_SEG6_LOCAL = 7 +LWTUNNEL_IP6_DST = 2 +LWTUNNEL_IP6_FLAGS = 6 +LWTUNNEL_IP6_HOPLIMIT = 4 +LWTUNNEL_IP6_ID = 1 +LWTUNNEL_IP6_OPTS = 8 +LWTUNNEL_IP6_SRC = 3 +LWTUNNEL_IP6_TC = 5 LWTUNNEL_IP_DST = 2 LWTUNNEL_IP_FLAGS = 6 LWTUNNEL_IP_ID = 1 -- cgit mrf-deployment