From 31ddf3b7bef2d46a9fae2c55587d175adf0c83a6 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Wed, 8 Jan 2020 14:13:42 -0500 Subject: staticd: add debug support Add initial debug support to staticd, using the lib/debug form of debug support. Signed-off-by: Mark Stapp --- staticd/static_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'staticd/static_main.c') diff --git a/staticd/static_main.c b/staticd/static_main.c index 18cb9638c9..43cb7db51d 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -36,6 +36,7 @@ #include "static_vty.h" #include "static_routes.h" #include "static_zebra.h" +#include "static_debug.h" char backup_config_file[256]; @@ -141,6 +142,7 @@ int main(int argc, char **argv, char **envp) master = frr_init(); access_list_init(); + static_debug_init(); static_vrf_init(); static_zebra_init(); -- cgit v1.2.3