From a349198fd3e4e5692cdc91223f8153cb53c086ce Mon Sep 17 00:00:00 2001 From: ajs Date: Sat, 2 Apr 2005 22:50:38 +0000 Subject: 2005-04-02 Andrew J. Schorr * if.h: (if_lookup_by_name_len, if_get_by_name_len) New functions. * if.c: (if_lookup_by_name_len, if_get_by_name_len) New functions. (if_get_by_name) Tighten up code. (interface) Use new function if_get_by_name_len. * zclient.c: (zebra_interface_add_read) Use new if_get_by_name_len function. (zebra_interface_state_read) Use new if_lookup_by_name_len function. * kernel_socket.c: (ifm_read) Use new if_lookup_by_name_len function to save a memcpy. * if_ioctl_solaris.c: (interface_list_ioctl) Fix subtle bug with new if_get_by_name_len function. * ospf_interface.c: (ospf_vl_new) Use strnlen to fix call to if_create. --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index c372e66c..35910a65 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2005-04-02 Andrew J. Schorr + + * if.h: (if_lookup_by_name_len, if_get_by_name_len) New functions. + * if.c: (if_lookup_by_name_len, if_get_by_name_len) New functions. + (if_get_by_name) Tighten up code. + (interface) Use new function if_get_by_name_len. + * zclient.c: (zebra_interface_add_read) Use new if_get_by_name_len + function. + (zebra_interface_state_read) Use new if_lookup_by_name_len function. + 2005-04-02 Andrew J. Schorr * str.c: Replace strlcpy and strlcat with actual working versions -- cgit v1.2.1