diff options
author | hasso <hasso> | 2004-10-03 18:18:34 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-03 18:18:34 +0000 |
commit | 18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd (patch) | |
tree | ff832cbf6fe2b239bde06268820587bec671ae6d /zebra/ChangeLog | |
parent | a49c0ff6771975eeb1bd7da923a9dc830200cf65 (diff) |
Common router id.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <jleu at mindspring.com> + + * 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 <hasso at quagga.net> * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c, |