diff options
| author | Russ White <russ@riw.us> | 2021-09-17 12:22:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 12:22:07 -0400 |
| commit | ca45d9e5bf497dddaf12623f4971b7803df78700 (patch) | |
| tree | e4ed0e37a6ce3416ca1ee082ab2ec8b5031b983d /ospf6d/ospf6d.c | |
| parent | 62aaaeb122ca282b15d58cbcae38093522abf0e8 (diff) | |
| parent | b275f44a4a7f5338d8dd6cb2baf80b61b549913e (diff) | |
Merge pull request #8985 from opensourcerouting/ospf6d-gr
ospf6d: introduce support for Graceful Restart (restarting mode)
Diffstat (limited to 'ospf6d/ospf6d.c')
| -rw-r--r-- | ospf6d/ospf6d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index e85f4c1b61..2c8c9b9d45 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -1383,6 +1383,7 @@ void ospf6_init(struct thread_master *master) ospf6_intra_init(); ospf6_asbr_init(); ospf6_abr_init(); + ospf6_gr_init(); ospf6_gr_helper_config_init(); /* initialize hooks for modifying filter rules */ |
