diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-01-08 14:13:42 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-01-09 08:25:53 -0500 |
| commit | 31ddf3b7bef2d46a9fae2c55587d175adf0c83a6 (patch) | |
| tree | 965437cf12405d8462e5f5213cbbb388608c5a91 /staticd/static_main.c | |
| parent | f84f7121f6e142be732a25b4e7cd1105f7593495 (diff) | |
staticd: add debug support
Add initial debug support to staticd, using the lib/debug
form of debug support.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'staticd/static_main.c')
| -rw-r--r-- | staticd/static_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
