1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

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.
This commit is contained in:
Martin Mares
1998-10-19 18:13:36 +00:00
parent 0804525255
commit 7d83290780
3 changed files with 24 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ main(void)
signal_init();
scan_if_init();
auto_router_id();
protos_start();