diff options
author | Hiroki Shirokura <slank.dev@gmail.com> | 2020-01-06 01:52:39 +0100 |
---|---|---|
committer | Hiroki Shirokura <slank.dev@gmail.com> | 2020-01-09 01:53:04 +0100 |
commit | 63d02478b557011b8606668f1e3c2edbf263794d (patch) | |
tree | 7be95b681b689acde139aa6720cca171dfc42fce /include/subdir.am | |
parent | Merge pull request #5560 from sworleys/Pim-Vrf-Hang-3 (diff) | |
download | frr-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.am | 5 |
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 |