diff options
| author | Russ White <russ@riw.us> | 2021-02-23 11:15:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 11:15:31 -0500 |
| commit | 33d1282f3d45d59517fb532ec6a60bdf27faecda (patch) | |
| tree | 14dcc2e19a87169a31f4e4ddf8fcc31315fd66a5 /pimd/pim_main.c | |
| parent | a09016c833c8f56a4eb567e431e589fb2e0f689c (diff) | |
| parent | 2ada626940e6396a8313eb5688835e8fc38b571d (diff) | |
Merge pull request #8095 from idryzhov/fix-nb-stale-pointers
fix stale pointers in northbound nodes
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 9c11cc47d5..5a09e7a8ee 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -145,6 +145,8 @@ int main(int argc, char **argv, char **envp) hook_register(routing_conf_event, routing_control_plane_protocols_name_validate); + routing_control_plane_protocols_register_vrf_dependency(); + frr_config_fork(); #ifdef PIM_DEBUG_BYDEFAULT |
