aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route_ppc64le.const
diff options
context:
space:
mode:
authorRuxandra Stăncioi <stancioi@google.com>2020-07-17 14:27:16 +0000
committerDmitry Vyukov <dvyukov@google.com>2020-07-24 12:25:04 +0200
commitb9a80ab13ac20510ef474cb1df6fda5807c4edfc (patch)
tree38c9a453273be0593dcae14870bab6faf4167164 /sys/linux/socket_netlink_route_ppc64le.const
parent20595c07c6c44a436749bef67ce97ab3743cf594 (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_ppc64le.const')
-rw-r--r--sys/linux/socket_netlink_route_ppc64le.const12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_ppc64le.const b/sys/linux/socket_netlink_route_ppc64le.const
index ed07810f3..f3ec3a7de 100644
--- a/sys/linux/socket_netlink_route_ppc64le.const
+++ b/sys/linux/socket_netlink_route_ppc64le.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