summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ns.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-12-08 00:35:29 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-12-13 13:57:15 +0100
commit05f7f5db890329d4900429627987be07311cb38c (patch)
tree70359bd3d4ea9e2d66fe037587b57a582fa47aa3 /zebra/zebra_ns.c
parentzebra: Try to move non zapi cli commands from zserv.c (diff)
downloadfrr-05f7f5db890329d4900429627987be07311cb38c.tar.xz
frr-05f7f5db890329d4900429627987be07311cb38c.zip
zebra: Make zserv.h the true api for zapi northbound
zserv.c had a grab bag of function declarations that did not belong in it. Move those to where they better belong. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ns.c')
-rw-r--r--zebra/zebra_ns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c
index 78072f43b..602dc5ea4 100644
--- a/zebra/zebra_ns.c
+++ b/zebra/zebra_ns.c
@@ -29,6 +29,7 @@
#include "zebra_ns.h"
#include "zebra_vrf.h"
#include "zebra_memory.h"
+#include "rt.h"
DEFINE_MTYPE(ZEBRA, ZEBRA_NS, "Zebra Name Space")