summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorgdt <gdt>2004-01-08 15:44:29 +0000
committergdt <gdt>2004-01-08 15:44:29 +0000
commitb27900b7c0c9b4105c8188e277b698b8e64c54cc (patch)
treecfce195dc0de508f263a6ad9b34359815d2c55d6 /zebra/ChangeLog
parent9ccabd1cdb47cc932b6a43c9e28b6aac9f2a4a0c (diff)
2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
* kernel_socket.c (kernel_read): Use sockaddr_storage in buffer for reading kernel messages to ensure enough space (necessary on Solaris due to sockaddr_dl being large). Thanks to Sowmini Varadhan for help with this change.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 6cae04bd..8256c1cc 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
+
+ * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
+ for reading kernel messages to ensure enough space (necessary on
+ Solaris due to sockaddr_dl being large). Thanks to Sowmini
+ Varadhan for help with this change.
+
2004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
* rtadv.c (rtadv_send_packet): Change perror to zlog_err.