aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route_amd64.const
diff options
context:
space:
mode:
authorRuxandra Stăncioi <stancioi@google.com>2020-07-09 10:28:07 +0000
committerDmitry Vyukov <dvyukov@google.com>2020-07-24 12:25:04 +0200
commitaf2169160737ebe30231c50dc2e08f74b6f71957 (patch)
treea7df58af3973a738321e322729b812a8345f626d /sys/linux/socket_netlink_route_amd64.const
parent7d947eb36b72431dbff04e7a32cc1f42bf16026c (diff)
sys/linux: add ipv6_rpl_sr_hdr description
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/rpl.h#L19 update google#533
Diffstat (limited to 'sys/linux/socket_netlink_route_amd64.const')
-rw-r--r--sys/linux/socket_netlink_route_amd64.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_amd64.const b/sys/linux/socket_netlink_route_amd64.const
index fda75951c..90e4c1ef6 100644
--- a/sys/linux/socket_netlink_route_amd64.const
+++ b/sys/linux/socket_netlink_route_amd64.const
@@ -389,6 +389,7 @@ LWTUNNEL_ENCAP_IP = 2
LWTUNNEL_ENCAP_IP6 = 4
LWTUNNEL_ENCAP_MPLS = 1
LWTUNNEL_ENCAP_NONE = 0
+LWTUNNEL_ENCAP_RPL = 8
LWTUNNEL_ENCAP_SEG6 = 5
LWTUNNEL_ENCAP_SEG6_LOCAL = 7
MACVLAN_MACADDR_ADD = 0
@@ -462,6 +463,7 @@ NUD_PERMANENT = 128
NUD_PROBE = 16
NUD_REACHABLE = 2
NUD_STALE = 4
+RPL_IPTUNNEL_SRH = 1
RTA_DST = 1
RTA_ENCAP = 22
RTA_ENCAP_TYPE = 21