mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Converted shutdown to a kind of reconfiguration, it's no more handled
as a exception in protocol state machines. Introduced a `shutdown' CLI command. Killed few reconfiguration bugs.
This commit is contained in:
@@ -56,7 +56,6 @@ void protos_preconfig(struct config *);
|
||||
void protos_postconfig(struct config *);
|
||||
void protos_commit(struct config *new, struct config *old, int force_restart);
|
||||
void protos_dump_all(void);
|
||||
void protos_shutdown(void);
|
||||
|
||||
extern list protocol_list;
|
||||
|
||||
@@ -251,10 +250,4 @@ struct announce_hook {
|
||||
|
||||
struct announce_hook *proto_add_announce_hook(struct proto *, struct rtable *);
|
||||
|
||||
/*
|
||||
* Callback to sysdep code when shutdown is finished
|
||||
*/
|
||||
|
||||
void protos_shutdown_notify(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user