diff options
| author | Ruxandra Stăncioi <stancioi@google.com> | 2020-07-17 14:27:16 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-24 12:25:04 +0200 |
| commit | b9a80ab13ac20510ef474cb1df6fda5807c4edfc (patch) | |
| tree | 38c9a453273be0593dcae14870bab6faf4167164 /sys/linux/socket_netlink_route_386.const | |
| parent | 20595c07c6c44a436749bef67ce97ab3743cf594 (diff) | |
sys/linux: add lwtunnel_encap_seg6_local
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/seg6_local.h#L21
https://elixir.bootlin.com/linux/latest/source/net/ipv6/seg6_local.c#L649
Diffstat (limited to 'sys/linux/socket_netlink_route_386.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_386.const | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_386.const b/sys/linux/socket_netlink_route_386.const index 232760a7f..a1aea6e9e 100644 --- a/sys/linux/socket_netlink_route_386.const +++ b/sys/linux/socket_netlink_route_386.const @@ -599,6 +599,18 @@ RT_TABLE_DEFAULT = 253 RT_TABLE_LOCAL = 255 RT_TABLE_MAIN = 254 RT_TABLE_UNSPEC = 0 +SEG6_LOCAL_ACTION = 1 +SEG6_LOCAL_ACTION_END = 1 +SEG6_LOCAL_ACTION_END_BPF = 15 +SEG6_LOCAL_BPF = 8 +SEG6_LOCAL_BPF_PROG = 1 +SEG6_LOCAL_BPF_PROG_NAME = 2 +SEG6_LOCAL_IIF = 6 +SEG6_LOCAL_NH4 = 4 +SEG6_LOCAL_NH6 = 5 +SEG6_LOCAL_OIF = 7 +SEG6_LOCAL_SRH = 2 +SEG6_LOCAL_TABLE = 3 SOCK_RAW = 3 TUNNEL_ENCAP_FOU = 1 TUNNEL_ENCAP_GUE = 2 |
