diff options
| author | David Lamparter <equinox@diac24.net> | 2021-03-22 19:41:54 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-22 19:41:54 +0100 |
| commit | 8392606ec10309999162c9666bf5d964b85d28cc (patch) | |
| tree | 1c34f704776f7f98984c9601820fac2221bcca02 /staticd/static_vty.c | |
| parent | 30043e4ce2160cd8110b73beedf2e6b068794ac6 (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.c | 1 |
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" |
