summaryrefslogtreecommitdiff
path: root/include/subdir.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-05-04 08:50:00 -0400
committerMark Stapp <mstapp@nvidia.com>2022-02-25 09:53:02 -0500
commitebb61fcaf5b94c4cafac1016625200e9bafe5ab9 (patch)
tree91541b65dd8ec70fb511fc6bf732bde1a6ca1559 /include/subdir.am
parent7bf63db79b7848b73e1cef49f3496038644bea16 (diff)
zebra: Start of work to get data about mpls from kernel
a) We'll need to pass the info up via some dataplane control method (This way bsd and linux can both be zebra agnostic of each other) b) We'll need to modify `struct interface *` to track this data and when it changes to notify upper level protocols about it. c) Work is needed to dump the entire mpls state at the start so we can gather interface state. This should be done after interface data gathering from the kernel. Signed-off-by: Donald Sharp <sharpd@nvidia.com> Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'include/subdir.am')
-rw-r--r--include/subdir.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/subdir.am b/include/subdir.am
index 86129c4d68..a06a8e5649 100644
--- a/include/subdir.am
+++ b/include/subdir.am
@@ -5,6 +5,7 @@ noinst_HEADERS += \
include/linux/lwtunnel.h \
include/linux/mpls_iptunnel.h \
include/linux/neighbour.h \
+ include/linux/netconf.h \
include/linux/netlink.h \
include/linux/nexthop.h \
include/linux/rtnetlink.h \