summaryrefslogtreecommitdiff
path: root/zebra/zebra_ns.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-03-23 10:07:28 -0400
committerGitHub <noreply@github.com>2021-03-23 10:07:28 -0400
commit63d4a9708cad8dadd9ba0f1b104072862fc41c98 (patch)
treeec77133952bdb98e76fc15249dd2ca3eb63b848e /zebra/zebra_ns.c
parent38981e4bbae90aa854b3c7487075e4a69c55ddc5 (diff)
parent224ccf29d9e9d08a6a177d8c994ab5a743b276cf (diff)
Merge pull request #8307 from opensourcerouting/mtypes-cleanup-20210322
isisd, eigrpd, pathd: clean up & drop *_memory.[ch] files, make a whole bunch static
Diffstat (limited to 'zebra/zebra_ns.c')
-rw-r--r--zebra/zebra_ns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c
index ae7727ca17..27b8a3ea47 100644
--- a/zebra/zebra_ns.c
+++ b/zebra/zebra_ns.c
@@ -28,7 +28,6 @@
#include "zebra_ns.h"
#include "zebra_vrf.h"
-#include "zebra_memory.h"
#include "rt.h"
#include "zebra_vxlan.h"
#include "debug.h"
@@ -41,7 +40,7 @@
extern struct zebra_privs_t zserv_privs;
-DEFINE_MTYPE(ZEBRA, ZEBRA_NS, "Zebra Name Space");
+DEFINE_MTYPE_STATIC(ZEBRA, ZEBRA_NS, "Zebra Name Space");
static struct zebra_ns *dzns;