summaryrefslogtreecommitdiff
path: root/isisd
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-11-12 15:12:07 -0500
committerGitHub <noreply@github.com>2024-11-12 15:12:07 -0500
commitac6314d380d270d379fc38c79e430ce2896de345 (patch)
treeebd6892b104ef14597babfe4d4cbbe8dd2d7ce5a /isisd
parentd1d8aeec86e8dc4eb2e0c4d01092b4a4fe414df0 (diff)
parentb7263c0548f511ad28f1c42d8a8527f097470aeb (diff)
Merge pull request #17297 from mjstapp/mjs_ifp_table
zebra, lib: use internal rbtree for per-NS tree of ifps
Diffstat (limited to 'isisd')
-rw-r--r--isisd/isis_route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_route.h b/isisd/isis_route.h
index 4d49a5ae9c..d9572336af 100644
--- a/isisd/isis_route.h
+++ b/isisd/isis_route.h
@@ -12,6 +12,7 @@
#ifndef _ZEBRA_ISIS_ROUTE_H
#define _ZEBRA_ISIS_ROUTE_H
+#include "lib/table.h"
#include "lib/nexthop.h"
struct isis_nexthop {