diff options
author | hasso <hasso> | 2005-09-21 14:58:20 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-21 14:58:20 +0000 |
commit | ebf1ead0326bf18293c24ee151d22071e8bebc10 (patch) | |
tree | a39df91000789222ca622fec1325f4acaf2d564e /zebra/ChangeLog | |
parent | 75b2dd025af1d839279a21ee4b3035085d17331c (diff) |
* zebra_rib.c: Reduce the height of some staircases. Fix
rib_delete_ipv6() to match routes in the RIB by their gateway as
well as by destination.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 9939d3e3..cbfb4b66 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2005-09-21 David Young <dyoung@ojctech.com> + + * zebra_rib.c: Reduce the height of some staircases. Fix + rib_delete_ipv6() to match routes in the RIB by their gateway as + well as by destination. + 2005-09-21 Paul Jakma <paul.jakma@sun.com> * zebra_rib.c: (static_uninstall_ipv{4,6}) Fix regression wrt |