diff options
| author | Ruxandra Stăncioi <stancioi@google.com> | 2020-07-09 10:28:07 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-24 12:25:04 +0200 |
| commit | af2169160737ebe30231c50dc2e08f74b6f71957 (patch) | |
| tree | a7df58af3973a738321e322729b812a8345f626d /sys/linux/socket_netlink_route_arm.const | |
| parent | 7d947eb36b72431dbff04e7a32cc1f42bf16026c (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_arm.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_arm.const b/sys/linux/socket_netlink_route_arm.const index 257d1926d..49a4554d1 100644 --- a/sys/linux/socket_netlink_route_arm.const +++ b/sys/linux/socket_netlink_route_arm.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 |
