From 18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 3 Oct 2004 18:18:34 +0000 Subject: Common router id. --- zebra/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index a62fb6cc..19d54312 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,15 @@ +2004-10-03 James R. Leu + + * router-id.c, router-id.h: New files. Router id selection process. If + there is non 127.x.x.x address in loopack interface, lowest of them + is chosen. If there isn't, lowest from other interfaces addresses + are chosen. "router-id x.x.x.x" vty command to manual override. + * Makefile.am: Compile new files. + * main.c: Initialize router id. + * redistribute.c: Add interface addresses into router id selection + lists as they (dis)appear. + * zserv.c, zserv.h: Sending router id related messages to daemons. + 2004-09-26 Hasso Tepper * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c, -- cgit v1.2.1