diff options
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 e6319a9bdd..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", |
