Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)

This commit is contained in:
Jiri Popelka 2010-11-01 16:38:34 +01:00
parent 09dd09bac1
commit 11c8bd4d0f
2 changed files with 7 additions and 2 deletions

View File

@ -100,7 +100,7 @@ diff -up net-tools-1.60/statistics.c.doubleword net-tools-1.60/statistics.c
}; };
struct entry Tcptab[] = struct entry Tcptab[] =
@@ -119,131 +119,131 @@ struct entry Tcptab[] = @@ -119,131 +119,133 @@ struct entry Tcptab[] =
{"RtoMin", "", number}, {"RtoMin", "", number},
{"RtoMax", "", number}, {"RtoMax", "", number},
{"MaxConn", "", number}, {"MaxConn", "", number},
@ -136,6 +136,8 @@ diff -up net-tools-1.60/statistics.c.doubleword net-tools-1.60/statistics.c
+ {"NoPorts", N_("%llu packets to unknown port received."), number}, + {"NoPorts", N_("%llu packets to unknown port received."), number},
+ {"InErrors", N_("%llu packet receive errors"), number}, + {"InErrors", N_("%llu packet receive errors"), number},
+ {"OutDatagrams", N_("%llu packets sent"), number}, + {"OutDatagrams", N_("%llu packets sent"), number},
+ {"RcvbufErrors", N_("%llu receive buffer errors"), number},
+ {"SndbufErrors", N_("%llu send buffer errors"), number},
}; };
struct entry Tcpexttab[] = struct entry Tcpexttab[] =

View File

@ -1,7 +1,7 @@
Summary: Basic networking tools Summary: Basic networking tools
Name: net-tools Name: net-tools
Version: 1.60 Version: 1.60
Release: 107%{?dist} Release: 108%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
URL: http://net-tools.berlios.de/ URL: http://net-tools.berlios.de/
@ -329,6 +329,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ethers %config(noreplace) %{_sysconfdir}/ethers
%changelog %changelog
* Mon Nov 01 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-108
- Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)
* Wed Sep 29 2010 jkeating - 1.60-107 * Wed Sep 29 2010 jkeating - 1.60-107
- Rebuilt for gcc bug 634757 - Rebuilt for gcc bug 634757