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. --- nest/iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index ff6ddee..ea93720 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -54,6 +54,7 @@ void if_dump_all(void); void if_update(struct iface *); void if_end_update(void); void if_feed_baby(struct proto *); +void auto_router_id(void); /* * Neighbor Cache. We hold (direct neighbor, protocol) pairs we've seen -- cgit v1.2.3