mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +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_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");
|
||||||
|
Loading…
Reference in New Issue
Block a user