summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorgdt <gdt>2004-01-06 01:13:05 +0000
committergdt <gdt>2004-01-06 01:13:05 +0000
commit4bfbea8cc369ef7bb4157efa4324e4ebf3b7374b (patch)
tree3540e32a1e50f2da3032bf8620b6ff520713754e /zebra/ChangeLog
parentdbee01fe8b0dc1fd0a5de7e9edcbf319f55a4c92 (diff)
2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
* kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code to find the sockaddr_dl in all cases, narrowing the Solaris ifdef to just the accomodation of broken kernels. Check sockaddr_dl carefully up front, and later assume any non-NULL sdl pointer is valid. Clean up types and variable declarations, and rename WRAPUP to SAROUNDUP to make the name fit the behavior.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index c346ce1a..945fa57b 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,10 +1,18 @@
2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
+ * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
+ to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
+ to just the accomodation of broken kernels. Check sockaddr_dl
+ carefully up front, and later assume any non-NULL sdl pointer is
+ valid. Clean up types and variable declarations, and rename
+ WRAPUP to SAROUNDUP to make the name fit the behavior.
+
+2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
* kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
structure, because on Solaris sockaddr_dl is far larger than the
base sockaddr structure. (The code had previously been failing to
read all the data.)
-
+
2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
* kernel_socket.c (kernel_read): Look up interfaces by index