summaryrefslogtreecommitdiff
path: root/isisd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-15 16:21:59 +0000
committerhasso <hasso>2004-09-15 16:21:59 +0000
commit53c997c90d7e20313bfb07d15d83b782d7a6530e (patch)
tree6f3299d7bd9a8d3be6914cc7a34acfc2ea2e9071 /isisd/ChangeLog
parentbbc9ce2aa3985f3df242d2be49ebcc2bc6dd7f3a (diff)
Second part of fixes from Laurent Rabret.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r--isisd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 3dc341f0..abaa7e82 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -1,3 +1,15 @@
+2004-09-15 Laurent Rabret <laurent.rabret at francetelecom.com>
+
+ * isis_pdu.c: Fix error in same subnet comparison. The previous
+ algorithm only worked when netmask % 8 == 0.
+ * isisd.c: Show domain and area passwords in configuration.
+ * iso_checksum.c: Fixed error in the checksum calculation. The previous
+ algorithm could produce a bad checksum if the 2 complement's vs 1
+ complement's adaptation was required.
+ * isis_pdu.c: Authentication in LSPs does not mean authentication in
+ SNPs.
+ * isis_tlv.c: Fix errors in password checking.
+
2004-09-14 Hasso Tepper <hasso at quagga.net>
* isis_circuit.c: Mostly cosmetical changes in isis_circuit_add_addr()