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