summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-03-22 19:41:54 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-22 19:41:54 +0100
commit8392606ec10309999162c9666bf5d964b85d28cc (patch)
tree1c34f704776f7f98984c9601820fac2221bcca02 /staticd/static_vty.c
parent30043e4ce2160cd8110b73beedf2e6b068794ac6 (diff)
staticd: kill static_memory.h, use MTYPE_STATIC
This one needed a move of zebra_stable_node_cleanup() from static_vrf.c to static_routes.c. But it seems to actually make sense there. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'staticd/static_vty.c')
-rw-r--r--staticd/static_vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index dd03f83778..33a2728cd0 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -33,7 +33,6 @@
#include "northbound_cli.h"
#include "static_vrf.h"
-#include "static_memory.h"
#include "static_vty.h"
#include "static_routes.h"
#include "static_debug.h"