diff options
author | hasso <hasso> | 2004-10-03 20:46:08 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-03 20:46:08 +0200 |
commit | eef1fe11b89c5ec3c035ff6e4a9acfbc5780b539 (patch) | |
tree | 82f80b9b898ede1b5293fc52adb2bee9b138e46c /zebra/ChangeLog | |
parent | Common router id. (diff) | |
download | frr-eef1fe11b89c5ec3c035ff6e4a9acfbc5780b539.tar.xz frr-eef1fe11b89c5ec3c035ff6e4a9acfbc5780b539.zip |
New way to handle secondary addresses from Gilad Arnold.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 19d54312b..fb8d0ab1b 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2004-10-03 Gilad Arnold <gilad.arnold at terayon.com> + + * interface.c, interface.h: A new prefix tree of connected subnets is + associated with each interface structure in zebra, in which each + live (ie, non-synthetic) node holds a list of installed addresses + that belong to that prefix. Remove secondary address logic from cli. + See [quagga-dev 872] for detailed explanation. + * connected.c: Use if_subnet_add() and if_subnet_delete(). + 2004-10-03 James R. Leu <jleu at mindspring.com> * router-id.c, router-id.h: New files. Router id selection process. If |