diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-03-10 13:54:37 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-04-29 20:02:00 +0200 |
| commit | 299797645c84ec19e9534b6fa0580a44f015919f (patch) | |
| tree | 9f4d8e61d8922be8f0309eb522f7187c159c8ac3 | |
| parent | 2b8865d80888b4473906d4d9813d2ef36d7f3089 (diff) | |
TEST ONLY: pim6d: load split-config for testing
| -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", |
