diff options
| author | Russ White <russ@riw.us> | 2021-07-13 06:39:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 06:39:53 -0400 |
| commit | 000df71ccdc2e81c4d6e7c123ad0db2cbcc4f05d (patch) | |
| tree | 6fb9713c0171fa1dbaa2d327cba0d087399e42e8 /ospfd/ospf_zebra.h | |
| parent | 171b5527b971686a9c0b6449118fff2bb953b08e (diff) | |
| parent | b2a2107adee0062a422f60d9c2dc9b5888c2978f (diff) | |
Merge pull request #8767 from opensourcerouting/ospfd-gr
ospfd: introduce support for Graceful Restart (restarting mode)
Diffstat (limited to 'ospfd/ospf_zebra.h')
| -rw-r--r-- | ospfd/ospf_zebra.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_zebra.h b/ospfd/ospf_zebra.h index 3f4edfa29c..3bd8a7680c 100644 --- a/ospfd/ospf_zebra.h +++ b/ospfd/ospf_zebra.h @@ -88,6 +88,8 @@ extern int ospf_distribute_list_out_set(struct ospf *, int, const char *); extern int ospf_distribute_list_out_unset(struct ospf *, int, const char *); extern void ospf_routemap_set(struct ospf_redist *, const char *); extern void ospf_routemap_unset(struct ospf_redist *); +extern int ospf_zebra_gr_enable(struct ospf *ospf, uint32_t stale_time); +extern int ospf_zebra_gr_disable(struct ospf *ospf); extern int ospf_distance_set(struct vty *, struct ospf *, const char *, const char *, const char *); extern int ospf_distance_unset(struct vty *, struct ospf *, const char *, |
