Moved scanning of interfaces, so that they get initialized after all
routing protocol instances.
This commit is contained in:
parent
cf3934c569
commit
93f1c532e9
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue