diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-03-12 22:28:02 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-03-12 22:57:34 +0100 |
| commit | 334326ed390c5c8a82fddd636ede01b88bbd5944 (patch) | |
| tree | 03d8d3e45d622e2464ab6de9e3f1fa8d4e9e4a0e /pimd/pim6_main.c | |
| parent | 185754fe7cea87483a553c4697508080905687e5 (diff) | |
pim6d: reenable pim_init()
... so we have `qpim_all_pim_routers_addr` initialized.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim6_main.c')
| -rw-r--r-- | pimd/pim6_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim6_main.c b/pimd/pim6_main.c index 8c7fca174c..ed53924616 100644 --- a/pimd/pim6_main.c +++ b/pimd/pim6_main.c @@ -178,8 +178,7 @@ int main(int argc, char **argv, char **envp) pim_route_map_init(); #endif - /* pim_init(); */ - pim_cmd_init(); + pim_init(); /* * Initialize zclient "update" and "lookup" sockets */ |
