summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-03 18:46:08 +0000
committerhasso <hasso>2004-10-03 18:46:08 +0000
commiteef1fe11b89c5ec3c035ff6e4a9acfbc5780b539 (patch)
tree82f80b9b898ede1b5293fc52adb2bee9b138e46c /zebra/ChangeLog
parent18a6dce6f83dd20caf1f36c8e840868ff0bf6dbd (diff)
New way to handle secondary addresses from Gilad Arnold.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 19d54312..fb8d0ab1 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