diff options
author | hasso <hasso> | 2005-10-01 06:03:04 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-10-01 06:03:04 +0000 |
commit | 13fb40ac99823c405137a42d7666785fd7ac641a (patch) | |
tree | 2332722bf346447bd5bfebf3fdc0fb97dc85502b /isisd/ChangeLog | |
parent | 10fc9183686d9d7183949c9e74a1c51d98ddb67e (diff) |
* isis_adjacency.c: Stop expire timer while deleting adjacency.
* isis_events.c: Stop pseudo LSP thread while resigning circuit from
level.
* isis_route.c: Fix compiling with EXTREME_DEBUG. Mark route as not
in sync with zebra if it's changed.
* isis_spf.c: Schedule route validating etc even if tent was empty.
It's probably because we just don't have any adjacencies.
* isisd.c: Write minimum spf interval into configuration.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index a053ede2..81b810a8 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,14 @@ +2005-10-01 Hasso Tepper <hasso at quagga.net> + + * isis_adjacency.c: Stop expire timer while deleting adjacency. + * isis_events.c: Stop pseudo LSP thread while resigning circuit from + level. + * isis_route.c: Fix compiling with EXTREME_DEBUG. Mark route as not + in sync with zebra if it's changed. + * isis_spf.c: Schedule route validating etc even if tent was empty. + It's probably because we just don't have any adjacencies. + * isisd.c: Write minimum spf interval into configuration. + 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> * isis_route.c: fix EXTREME_DEBUG compilation |