From f71ed6df3e1cc7b1fc0b2e1c8ba3c5ec9c16d89f Mon Sep 17 00:00:00 2001 From: Yash Ranjan Date: Mon, 3 May 2021 04:46:41 -0700 Subject: ospf6d: "clear ipv6 ospf6 process" command Adding the "clear ipv6 ospf6 command" . It resets the ospfv3 datastructures and clears the database as well as route tables. It resets the neighborship by restarting the interface state machine. If the user wants to change the router-id, this command updates the router-id to the latest static router-id and starts the neighbor formation with the new router-id. Signed-off-by: Yash Ranjan --- ospf6d/ospf6_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d/ospf6_interface.h') diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index 530efc3bd2..c9cd74b691 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -213,6 +213,7 @@ extern int backup_seen(struct thread *); extern int neighbor_change(struct thread *); extern void ospf6_interface_init(void); +extern void ospf6_interface_clear(struct interface *ifp); extern void install_element_ospf6_clear_interface(void); -- cgit v1.2.3