From 4bfbea8cc369ef7bb4157efa4324e4ebf3b7374b Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 6 Jan 2004 01:13:05 +0000 Subject: 2004-01-05 Greg Troxel * 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. --- zebra/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'zebra/ChangeLog') 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 + * 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 * 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 * kernel_socket.c (kernel_read): Look up interfaces by index -- cgit v1.2.1