summaryrefslogtreecommitdiff
path: root/isisd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-14 13:54:30 +0000
committerhasso <hasso>2004-09-14 13:54:30 +0000
commitf891f4438d65e93d5a8224b1b579c9c089c91c27 (patch)
tree3d88a45a47f84fc81ca1e5cbb074df395fd44329 /isisd/ChangeLog
parent64a7afd6de67eebda09a6766aa27dbd722539363 (diff)
Isisd is now able to remove addresses from circuit and trigger LSP updates
if it's done. Some random fixes as well and update to sample configuration.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r--isisd/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 3fa9f98a..3dc341f0 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-14 Hasso Tepper <hasso at quagga.net>
+
+ * isis_circuit.c: Mostly cosmetical changes in isis_circuit_add_addr()
+ and add calls to isis_event_int_reach_change(). Implement
+ isis_circuit_del_addr(). Cancel t_run_dr threads is circuit goes
+ down.
+ * isis_events.c: Implement isis_event_int_reach_change(). I'm not sure
+ yet how this stuff should work, but it allows be to start debug
+ threads which act very weird at the moment.
+ * isis_tlv.c: Much less verbose by default.
+ * isis_zebra.c: Added extreme debugging output. Call connected_free()
+ after isis_circuit_del_addr, not before.
+ * isisd.conf.sample: Update it a little bit. 10000 seconds hello time
+ was certainly too much IMHO.
+
2004-09-14 LIU Xin <lx at ns.6test.edu.cn>
* isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.