summaryrefslogtreecommitdiff
path: root/isisd/isis_redist.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-07-29 16:19:40 +0200
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-07-28 11:08:48 -0400
commit65f9a9a8f588cf4bc3f685ab23dd07e2d0464875 (patch)
tree99350f2b2f973e1016fc1bb27346578b8092e382 /isisd/isis_redist.h
parentc66f9c6186acb837a4fab441469a26b406f08e37 (diff)
isisd: API: basic circuit config
Create isis_vty.c and start moving off CLI functions into that. These then call newly-added "nice" API wrappers. Patch contains significant work authored by Christian Franke. [v2: removed stuff that crept in from the next patch] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_redist.h')
-rw-r--r--isisd/isis_redist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_redist.h b/isisd/isis_redist.h
index 2184620054..cc9c2e6345 100644
--- a/isisd/isis_redist.h
+++ b/isisd/isis_redist.h
@@ -44,6 +44,7 @@ struct isis_redist
struct isis_area;
struct prefix;
+struct vty;
struct route_table *get_ext_reach(struct isis_area *area,
int family, int level);