diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-08 00:35:29 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-13 13:57:15 +0100 |
commit | 05f7f5db890329d4900429627987be07311cb38c (patch) | |
tree | 70359bd3d4ea9e2d66fe037587b57a582fa47aa3 /zebra/zebra_ns.c | |
parent | zebra: Try to move non zapi cli commands from zserv.c (diff) | |
download | frr-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.c | 1 |
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") |