From 4f678c7b3f949c1df5b50ced512ee60bda8cba5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Mon, 2 Oct 2006 13:31:17 +0000 Subject: [PATCH] - fix ip.8 man page, add initcwnd option --- iproute-ip-man.patch | 23 +++++++++++++++++++++++ iproute.spec | 7 ++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 iproute-ip-man.patch diff --git a/iproute-ip-man.patch b/iproute-ip-man.patch new file mode 100644 index 0000000..a4e7510 --- /dev/null +++ b/iproute-ip-man.patch @@ -0,0 +1,23 @@ +--- iproute2-2.6.16-060323/man/man8/ip.8.old 2006-01-03 20:25:29.000000000 +0100 ++++ iproute2-2.6.16-060323/man/man8/ip.8 2006-10-02 15:13:05.000000000 +0200 +@@ -176,6 +176,8 @@ replace " | " monitor " } " + .IR NUMBER " ] [ " + .B cwnd + .IR NUMBER " ] [ " ++.B initcwnd ++.IR NUMBER " ] [ " + .B ssthresh + .IR REALM " ] [ " + .B realms +@@ -1080,6 +1079,11 @@ the clamp for congestion window. It is + flag is not used. + + .TP ++.BI initcwnd " NUMBER " ++The maximum initial congestion window (cwnd) size in MSS of a ++TCP connection. ++ ++.TP + .BI advmss " NUMBER " "(2.3.15+ only)" + the MSS ('Maximal Segment Size') to advertise to these + destinations when establishing TCP connections. If it is not given, diff --git a/iproute.spec b/iproute.spec index 13f3884..f7fe340 100644 --- a/iproute.spec +++ b/iproute.spec @@ -4,7 +4,7 @@ Summary: Advanced IP routing and network device configuration tools. Name: iproute Version: 2.6.16 -Release: 6%{?dist} +Release: 7%{?dist} Group: Applications/System Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}-%{date_version}.tar.gz URL: http://linux-net.osdl.org/index.php/Iproute2 @@ -16,6 +16,7 @@ Patch8: iproute2-2.6.16-libdir.patch Patch9: iproute2-2.6.16-initcwnd-correct-order.patch Patch10: iproute2-2.6.16-flags.patch Patch11: iproute2-2.6.16-ip_resolve_crash.patch +Patch12: iproute-ip-man.patch License: GNU GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -38,6 +39,7 @@ capabilities of the Linux 2.4.x and 2.6.x kernel. %patch9 -p1 -b .initcwnd %patch10 -p1 -b .flags %patch11 -p1 -b .ip_resolve +%patch12 -p1 %build export LIBDIR=%{_libdir} @@ -98,6 +100,9 @@ EOF %config(noreplace) /etc/sysconfig/cbq/* %changelog +* Mon Oct 2 2006 Radek Vokal - 2.6.16-7 +- fix ip.8 man page, add initcwnd option + * Sun Oct 01 2006 Jesse Keating - 2.6.16-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21