summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e2c25ca6..896e1b37 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,23 @@
+2006-10-14 Paul Jakma <paul.jakma@sun.com>
+
+ * if.c: (general) Handle upgrades from SUNWzebra, which tried
+ to track each logical interface as a seperate struct
+ interface, to Quagga, which assigns only one struct interface
+ per ifindex.
+ (if_sunwzebra_get) Try decompose a logical interface name
+ (fooX:Y) to the 'primary' name (fooX), for Solaris.
+ (interface_cmd) Use if_sunwzebra_get on Solaris.
+
+2006-09-26 Pierre-Yves Ritschard <pierre-yves@spootnik.org>
+
+ * smux.c: (smux_open,smux_trap,smux_register) Fix various
+ asn_build_* calls to pass the proper length in the final
+ argument: use sizeof(<variable>) instead of sizeof(<type>),
+ since there were several inconsistencies between the actual
+ variable type and the size that was passed. This should
+ fix some problems on 64-bit architectures where sizeof(int)
+ != sizeof(long).
+
2006-08-25 Paul Jakma <paul.jakma@sun.com>
* thread.c: (general) Add support for monotonic clock, it may still