diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2021-05-31 10:27:51 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2021-06-08 11:41:33 -0300 |
| commit | 51f8588eb999429eb2181f1897742fa503c17a51 (patch) | |
| tree | fe9a63e81bc64dbac4cf9add48a11942076a538f /ospfd/ospf_main.c | |
| parent | 1c5cc081286310d969a3655a8262d63ac8946865 (diff) | |
ospfd: fix GR helper initialization and termination
Since a single ospfd process can have multiple OSPF interfaces
configured, we need to separate the global GR initialization and
termination from per-instance initialization and termination.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 91ba3044fe..d94de12994 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -225,6 +225,7 @@ int main(int argc, char **argv) ospf_route_map_init(); ospf_opaque_init(); + ospf_gr_helper_init(); /* OSPF errors init */ ospf_error_init(); |
