rpms/iproute/devel iproute-ip-man.patch, NONE, 1.1 iproute.spec, 1.54, 1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 2 13:31:20 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/iproute/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15371

Modified Files:
	iproute.spec 
Added Files:
	iproute-ip-man.patch 
Log Message:
- fix ip.8 man page, add initcwnd option

iproute-ip-man.patch:
 ip.8 |    7 +++++++
 1 files changed, 7 insertions(+)

--- NEW FILE iproute-ip-man.patch ---
--- 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,


Index: iproute.spec
===================================================================
RCS file: /cvs/dist/rpms/iproute/devel/iproute.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- iproute.spec	1 Oct 2006 21:17:11 -0000	1.54
+++ iproute.spec	2 Oct 2006 13:31:17 -0000	1.55
@@ -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 @@
 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 @@
 %patch9 -p1 -b .initcwnd
 %patch10 -p1 -b .flags
 %patch11 -p1 -b .ip_resolve
+%patch12 -p1
 
 %build
 export LIBDIR=%{_libdir}
@@ -98,6 +100,9 @@
 %config(noreplace) /etc/sysconfig/cbq/*
 
 %changelog
+* Mon Oct  2 2006 Radek Vokal <rvokal at redhat.com> - 2.6.16-7
+- fix ip.8 man page, add initcwnd option
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 2.6.16-6
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-cvs-commits mailing list