From 7d8329078066b5682a0330b20dbdf74c7a01cbac Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Oct 1998 18:13:36 +0000 Subject: Generate router_id automatically if possible (standard "smallest of local regular interface addresses" rule). Protocols should NOT rely on router_id existence -- when router ID is not available, the router_id variable is set to zero and protocols requiring valid router ID should just refuse to start, reporting such error to the log. --- sysdep/unix/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep') diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 4c60ee6..3d927cb 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -86,6 +86,7 @@ main(void) signal_init(); scan_if_init(); + auto_router_id(); protos_start(); -- cgit v1.2.3