summaryrefslogtreecommitdiff
path: root/include/linux/seg6_local.h
AgeCommit message (Collapse)Author
2023-09-11include: Update `seg6_local.h` to last kernelCarmine Scarpitta
Update `seg6_local.h` to the last kernel version, required to support SRv6 flavors. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
The files converted in this commit either had some random misspelling or formatting weirdness that made them escape automated replacement, or have a particularly "weird" licensing setup (e.g. dual-licensed.) This also marks a bunch of "public domain" files as SPDX License "NONE". Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-10-18include: update seg6_local.h to latest kernelCarmine Scarpitta
The seg6_local.h header has changed in the kernel. We need a recent version of the header to support SRv6 End.DT46 behavior. This commit pulls seg6_local.h header from the Linux kernel. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
2021-11-22zebra: add support for End.DT4Ryoga Saito
This patch enables zebra to insert End.DT4 nexthop into linux kernel. Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
2020-01-09include: add kernel header for seg6/seg6localHiroki Shirokura
The linux kernel is adding support for seg6/seg6local lwtunnel type to support SRv6 feature. This commit update our includes to reflect new types and structs we should be listening for from the kernel Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>