summaryrefslogtreecommitdiffstats
path: root/include/subdir.am
diff options
context:
space:
mode:
authorHiroki Shirokura <slank.dev@gmail.com>2020-01-06 01:52:39 +0100
committerHiroki Shirokura <slank.dev@gmail.com>2020-01-09 01:53:04 +0100
commit63d02478b557011b8606668f1e3c2edbf263794d (patch)
tree7be95b681b689acde139aa6720cca171dfc42fce /include/subdir.am
parentMerge pull request #5560 from sworleys/Pim-Vrf-Hang-3 (diff)
downloadfrr-63d02478b557011b8606668f1e3c2edbf263794d.tar.xz
frr-63d02478b557011b8606668f1e3c2edbf263794d.zip
include: add kernel header for seg6/seg6local
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>
Diffstat (limited to 'include/subdir.am')
-rw-r--r--include/subdir.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/subdir.am b/include/subdir.am
index b1ca1be54..86129c4d6 100644
--- a/include/subdir.am
+++ b/include/subdir.am
@@ -11,4 +11,9 @@ noinst_HEADERS += \
include/linux/socket.h \
include/linux/net_namespace.h \
include/linux/fib_rules.h \
+ include/linux/seg6.h \
+ include/linux/seg6_genl.h \
+ include/linux/seg6_hmac.h \
+ include/linux/seg6_iptunnel.h \
+ include/linux/seg6_local.h \
# end