diff options
| author | Ruxandra Stăncioi <stancioi@google.com> | 2020-07-17 13:20:46 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-24 12:25:04 +0200 |
| commit | 71ff42db4d8bbe05799f7b1e57c839128c91d8fd (patch) | |
| tree | 41a8bc6142c2c9e2b12e2809e8ebb4515e5a5fd8 /sys/linux/socket_netlink_route_amd64.const | |
| parent | 3951d78efc8ff9ea61240bb247c2bc89b694c661 (diff) | |
sys/linux: add lwtunnel_encap_ip6 description
https://elixir.bootlin.com/linux/latest/source/net/ipv4/ip_tunnel_core.c#L713
Diffstat (limited to 'sys/linux/socket_netlink_route_amd64.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_amd64.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_amd64.const b/sys/linux/socket_netlink_route_amd64.const index 626371ab7..2380dfa07 100644 --- a/sys/linux/socket_netlink_route_amd64.const +++ b/sys/linux/socket_netlink_route_amd64.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 |
