diff options
| author | Ioana-Ruxandra Stăncioi <stancioi@google.com> | 2020-08-19 07:31:31 +0000 |
|---|---|---|
| committer | Marco Elver <marco.elver@gmail.com> | 2020-08-19 13:28:33 +0200 |
| commit | db7879025a486b636cbe039132424e4ea411c251 (patch) | |
| tree | 04b7ac9a24eaed20fb73c171f0f51833b365651a /sys/linux/socket_netlink_route.txt.const | |
| parent | a7d4a4f9e7a065440f414fe49b635540240e4922 (diff) | |
sys/linux: add lwtunnel_encap_seg6 description
Uncommented because the kernel fixed the seg6_iptunnel.h uapi header
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=88fab21c691bb1ff164e540735237a385e3afeaf
Diffstat (limited to 'sys/linux/socket_netlink_route.txt.const')
| -rw-r--r-- | sys/linux/socket_netlink_route.txt.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route.txt.const b/sys/linux/socket_netlink_route.txt.const index f09b83bf8..605dd5991 100644 --- a/sys/linux/socket_netlink_route.txt.const +++ b/sys/linux/socket_netlink_route.txt.const @@ -621,6 +621,10 @@ RT_TABLE_DEFAULT = 253 RT_TABLE_LOCAL = 255 RT_TABLE_MAIN = 254 RT_TABLE_UNSPEC = 0 +SEG6_IPTUNNEL_SRH = 1 +SEG6_IPTUN_MODE_ENCAP = 1 +SEG6_IPTUN_MODE_INLINE = 0 +SEG6_IPTUN_MODE_L2ENCAP = 2 SEG6_LOCAL_ACTION = 1 SEG6_LOCAL_ACTION_END = 1 SEG6_LOCAL_ACTION_END_BPF = 15 |
