summaryrefslogtreecommitdiff
path: root/isisd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-12-29 20:06:41 +0000
committerhasso <hasso>2004-12-29 20:06:41 +0000
commitb30c5e67a20b1a092faa56fe349171eb1da386b0 (patch)
tree9bc23b582e4c159ae41310cf1900b2e42f932af2 /isisd/ChangeLog
parentd44debedf53b85c989b72fe7c6924ffc1e7e625b (diff)
Really fix crashes now. Revert isis_circuit_update_params() part of previous
commit. Replace all if_is_up() calls with if_is_operative().
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r--isisd/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index e883faa0..21453077 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -2,7 +2,8 @@
* isis_circuit.c, isis_csm.c, isis_zebra.c: Don't crash during
interface up/down events. I'm not sure whether logic is correct
- though. Needs rethink anyway, seems.
+ though. Needs rethink anyway, seems. Replace if_is_up() with
+ if_is_operative() and add some more.
2004-12-24 Hasso Tepper <hasso at quagga.net>