From eef1fe11b89c5ec3c035ff6e4a9acfbc5780b539 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 3 Oct 2004 18:46:08 +0000 Subject: New way to handle secondary addresses from Gilad Arnold. --- zebra/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zebra/ChangeLog') 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 + + * 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 * router-id.c, router-id.h: New files. Router id selection process. If -- cgit v1.2.1