diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-21 16:42:03 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-16 16:40:56 +0100 |
| commit | 94120cb227b26043e7c353e997e8ebf85dc46674 (patch) | |
| tree | 62b638897d7335d4c6bc83975ea1a888e1925417 /pimd/pim6_main.c | |
| parent | b7f71639c93584eb92c459b66dde0037077aa67c (diff) | |
pim6d: get into a kinda-working state wrt. zebra
Fix up just enough to make us not operate in complete darkness.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim6_main.c')
| -rw-r--r-- | pimd/pim6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim6_main.c b/pimd/pim6_main.c index 3d8ebd0d86..a6cfe7682c 100644 --- a/pimd/pim6_main.c +++ b/pimd/pim6_main.c @@ -183,8 +183,8 @@ int main(int argc, char **argv, char **envp) /* TODO PIM6: next line is temporary since pim_cmd_init is disabled */ if_cmd_init(NULL); -#if 0 pim_zebra_init(); +#if 0 pim_bfd_init(); pim_mlag_init(); |
