From 47b793064c25c8adcab48cacc018be1675f2448a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 Oct 1998 11:05:18 +0000 Subject: Solve chicken-and-egg problems with protocol startup. We now queue all inactive protocols and don't send route/interface updates to them and when they come up, we resend the whole route/interface tables privately. Removed the "scan interface list after protocol start" work-around. --- sysdep/unix/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdep/unix/main.c') diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index ce3768c..b57e94e 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -82,10 +82,10 @@ main(void) signal_init(); - protos_start(); - scan_if_init(); + protos_start(); + handle_sigusr(0); debug("Entering I/O loop.\n"); -- cgit v1.2.3