summaryrefslogtreecommitdiff
path: root/pimd/pim6_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim6_main.c')
-rw-r--r--pimd/pim6_main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pimd/pim6_main.c b/pimd/pim6_main.c
index ed53924616..09aa72e535 100644
--- a/pimd/pim6_main.c
+++ b/pimd/pim6_main.c
@@ -119,7 +119,7 @@ static const struct frr_yang_module_info *const pim6d_yang_modules[] = {
/* clang-format off */
FRR_DAEMON_INFO(pim6d, PIM6,
.vty_port = 0,
- .flags = FRR_NO_SPLIT_CONFIG,
+ // .flags = FRR_NO_SPLIT_CONFIG,
.proghelp = "Protocol Independent Multicast (RFC7761) for IPv6",
@@ -133,6 +133,7 @@ FRR_DAEMON_INFO(pim6d, PIM6,
);
/* clang-format on */
+extern void gm_cli_init(void);
int main(int argc, char **argv, char **envp)
{
@@ -184,6 +185,8 @@ int main(int argc, char **argv, char **envp)
*/
pim_iface_init();
+ gm_cli_init();
+
pim_zebra_init();
#if 0
pim_bfd_init();