summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-07-02 12:38:11 -0400
committerGitHub <noreply@github.com>2021-07-02 12:38:11 -0400
commit30885c7099c8c0621a4b7522b5e1efb49148043e (patch)
treeef6b3c3e3e178ee42d7bc63f94e10916faf03078 /ospf6d/ospf6_top.h
parent8a0ac82d963d20f254e0e4c33c42aef95b74286d (diff)
Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value"revert-8795-fix-ospf6-router-id
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r--ospf6d/ospf6_top.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h
index 820622c743..3eb423f681 100644
--- a/ospf6d/ospf6_top.h
+++ b/ospf6d/ospf6_top.h
@@ -178,8 +178,7 @@ extern void ospf6_master_init(struct thread_master *master);
extern void install_element_ospf6_clear_process(void);
extern void ospf6_top_init(void);
extern void ospf6_delete(struct ospf6 *o);
-extern void ospf6_router_id_update(struct ospf6 *ospf6, bool init,
- struct vty *vty);
+extern void ospf6_router_id_update(struct ospf6 *ospf6);
extern void ospf6_maxage_remove(struct ospf6 *o);
extern struct ospf6 *ospf6_instance_create(const char *name);