diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-07-23 00:45:02 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-09-09 12:42:28 -0500 |
| commit | a110bb77989f9cd689a63d263cb22f69ef98f2a3 (patch) | |
| tree | f579766eed7e0aca32471558f789aa6245cc6fb4 /pimd/pim_vty.c | |
| parent | fbd743197a9c06bfa90d0fb6afa53df74abc2092 (diff) | |
pimd: Candidate-RP support
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 9cf4bb3e87..e5324dd873 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -182,6 +182,7 @@ int pim_global_config_write_worker(struct pim_instance *pim, struct vty *vty) } writes += pim_rp_config_write(pim, vty); + writes += pim_cand_config_write(pim, vty); if (pim->vrf->vrf_id == VRF_DEFAULT) { if (router->register_suppress_time |
