]> git.proxmox.com Git - mirror_frr.git/commit - lib/ChangeLog
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Sun, 3 Apr 2005 03:40:52 +0000 (03:40 +0000)
committerajs <ajs>
Sun, 3 Apr 2005 03:40:52 +0000 (03:40 +0000)
commit08dbfb691d8e03c7200138d55447fc29916e0362
tree54d8718c7bdb035197cebcedef7d3de4f0038d55
parente4319de388b748ba66551f33fecdf7446e754b80
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* if_ioctl.c: (interface_list_ioctl) Use if_get_by_name_len.
* if_proc.c: (ifaddr_proc_ipv6) Increase size of ifname buffer to
  avoid overflow.
* kernel_socket.c: (ifan_read) Use if_get_by_name_len.
* if.h: Fix comments to reflect that if_lookup_by_name and
  if_get_by_name now require the argument strings to be NUL-terminated.
* if.c: (if_lookup_by_name) Compare using strcmp.
  (if_get_by_name) Pass strlen(ifname) as 2nd arg to if_create.
lib/ChangeLog
lib/if.c
lib/if.h
zebra/ChangeLog
zebra/if_ioctl.c
zebra/if_proc.c
zebra/kernel_socket.c