]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Moved scanning of interfaces, so that they get initialized after all
authorMartin Mares <mj@ucw.cz>
Wed, 14 Oct 1998 13:38:17 +0000 (13:38 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 14 Oct 1998 13:38:17 +0000 (13:38 +0000)
routing protocol instances.

sysdep/unix/main.c

index 8850bbf76567c9ba7c5d215025d76786e8dfe33e..ce3768c216696d006b10049d60c553a5bc2fd38a 100644 (file)
@@ -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");