Changelog for
net-tools-debuginfo-1.60-725.3.i586.rpm :
Fri Jan 1 13:00:00 2010 msAATTsuse.de
- fixed return value of netstat -s call (bnc #566946)
Mon Sep 14 14:00:00 2009 msAATTsuse.de
- implemented feature: fate: #307092 (bnc: #537904)
Mon Sep 14 14:00:00 2009 msAATTsuse.de
- added support for IPV6 statistics (bnc #537904)
- fixed interface address field length (bnc #537904)
- added support for infiniband IPoIB devices (bnc #537904)
Wed Aug 12 14:00:00 2009 msAATTsuse.de
- added -T, --notrim option which prevents the address
field from being truncated (bnc #530196)
Thu Aug 6 14:00:00 2009 msAATTsuse.de
- fixed missing fclose to fopen (bnc #528577)
Tue Jul 7 14:00:00 2009 msAATTsuse.de
- disabled net-tools obsolete patch, no way to convince
people that it would be a good idea (bnc #492665)
Tue Jul 7 14:00:00 2009 msAATTsuse.de
- Programs from net-tools have modern equivalents:
arp -> ip neigh
ifconfig -> ip addr/ip link
ipmaddr -> ip maddr
iptunnel -> ip tunnel
netstat -> ss
route -> ip route
added patch to print an obsoletes warning on
stderr (bnc #492665)
Thu Jun 11 14:00:00 2009 cooloAATTnovell.com
- define we need GNU_SOURCE
Thu May 7 14:00:00 2009 msAATTsuse.de
- fixed data type of third argument in printval function.
Also make sure the printf call in this function uses the
correct format sequence (bnc #501113)
Wed Mar 25 13:00:00 2009 msAATTsuse.de
- increased field length for display of MTU value (bnc #486014)
Thu Nov 20 13:00:00 2008 msAATTsuse.de
- don\'t show af_inet socket warning for netstat -i (bnc #430864)
Thu Nov 6 13:00:00 2008 msAATTsuse.de
- really fixed SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
Fri Oct 31 13:00:00 2008 msAATTsuse.de
- reverted last patch from IBM because it breaks standard
ifconfig usage as shown in bug (bnc #440580)
Mon Oct 27 13:00:00 2008 msAATTsuse.de
- fixed ifconfig SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
Thu Sep 25 14:00:00 2008 msAATTsuse.de
- really fixed netstat -ci, incomplete patch (bnc #424813)
Wed Sep 10 14:00:00 2008 msAATTsuse.de
- fixed netstat -ci which prints the stats only on the first loop
on subsequent loops it says \"no statistics available\", even though
there was network traffic in between (bnc #424813)
Tue Sep 2 14:00:00 2008 msAATTsuse.de
- update to traceroute 1.2
Mon Aug 11 14:00:00 2008 msAATTsuse.de
- added patch to allow monitoring of accepted connections queue
length for tcp listening sockets. This will work with
kernels >= 2.6.18.
Mon May 5 14:00:00 2008 msAATTsuse.de
- added hint about option -s and -f to hostname (bnc #386686)
Thu Mar 6 13:00:00 2008 msAATTsuse.de
- fixed length of interface field (bnc #367769)
Tue Mar 4 13:00:00 2008 msAATTsuse.de
- added obsolete warning for ifconfig into man page (bnc #366477)
Sun Feb 24 13:00:00 2008 crrodriguezAATTsuse.de
- use find_lang macro
Wed Jul 25 14:00:00 2007 msAATTsuse.de
- fixed locale names (#294148)
Wed May 2 14:00:00 2007 msAATTsuse.de
- fixed trailing space for hostname -a and -i (#270314)
Tue Sep 26 14:00:00 2006 msAATTsuse.de
- fixed stack overflow when using traceroute -q [n]>=10 (#200508)
Mon Jul 24 14:00:00 2006 msAATTsuse.de
- fixed german translation for route -C (#194357)
Thu Jul 20 14:00:00 2006 msAATTsuse.de
- replaced static HZ define to dynamic:
[#]ifndef HZ
[#]define HZ sysconf(_SC_CLK_TCK)
[#]endif