mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Moved scanning of interfaces, so that they get initialized after all
routing protocol instances.
This commit is contained in:
parent
cf3934c569
commit
93f1c532e9
@ -80,12 +80,12 @@ main(void)
|
||||
protos_preconfig();
|
||||
protos_postconfig();
|
||||
|
||||
scan_if_init();
|
||||
|
||||
signal_init();
|
||||
|
||||
protos_start();
|
||||
|
||||
scan_if_init();
|
||||
|
||||
handle_sigusr(0);
|
||||
|
||||
debug("Entering I/O loop.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user