2009-09-24 12:09:39 +00:00
|
|
|
diff -up iproute2-2.6.29/man/man8/cbq.8.man iproute2-2.6.29/man/man8/cbq.8
|
|
|
|
--- iproute2-2.6.29/man/man8/cbq.8.man 2009-09-24 14:05:44.868922557 +0200
|
|
|
|
+++ iproute2-2.6.29/man/man8/cbq.8 2009-09-24 14:05:24.760143753 +0200
|
|
|
|
@@ -0,0 +1 @@
|
2009-11-27 13:45:57 +00:00
|
|
|
+.so man8/tc-cbq.8
|
2009-09-24 12:09:39 +00:00
|
|
|
\ No newline at end of file
|
|
|
|
diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8
|
|
|
|
--- /dev/null 2009-09-22 09:26:40.270218984 +0200
|
|
|
|
+++ iproute2-2.6.29/man/man8/ifcfg.8 2009-09-24 14:03:05.415151874 +0200
|
|
|
|
@@ -0,0 +1,57 @@
|
|
|
|
+.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
|
|
|
|
+.SH NAME
|
|
|
|
+ifcfg \- simplistic script which replaces ifconfig IP managment
|
|
|
|
+.SH SYNOPSIS
|
|
|
|
+.ad l
|
|
|
|
+.in +8
|
|
|
|
+.ti -8
|
|
|
|
+.B ifcfg
|
|
|
|
+.RI "[ " DEVICE " [ " :ALIAS: " ] ] [ " command " ] " ADDRESS " [ " LENGTH " ] [ " PEER " ] "
|
|
|
|
+.sp
|
|
|
|
+
|
|
|
|
+.SH DESCRIPTION
|
|
|
|
+This manual page documents briefly the
|
|
|
|
+.B ifcfg
|
|
|
|
+command.
|
|
|
|
+.PP
|
|
|
|
+This is a simplistic script replacing one option of
|
|
|
|
+.B ifconfig
|
|
|
|
+, namely, IP address management. It not only adds
|
|
|
|
+addresses, but also carries out Duplicate Address Detection RFC-DHCP,
|
|
|
|
+sends unsolicited ARP to update the caches of other hosts sharing
|
|
|
|
+the interface, adds some control routes and restarts Router Discovery
|
|
|
|
+when it is necessary.
|
|
|
|
+
|
|
|
|
+I strongly recommend using it
|
|
|
|
+.RI instead
|
|
|
|
+of
|
|
|
|
+.RI ifconfig
|
|
|
|
+both on hosts and on routers.
|
|
|
|
+
|
|
|
|
+.SH IFCONFIG - COMMAND SYNTAX
|
|
|
|
+
|
|
|
|
+.SS
|
|
|
|
+.TP
|
|
|
|
+.B DEVICE
|
|
|
|
+- it may have alias, suffix, separated by colon.
|
|
|
|
+
|
|
|
|
+.TP
|
|
|
|
+.B command
|
|
|
|
+- add, delete or stop.
|
|
|
|
+
|
|
|
|
+.TP
|
|
|
|
+.B address
|
|
|
|
+- optionally followed by prefix length.
|
|
|
|
+
|
|
|
|
+.TP
|
|
|
|
+.B peer
|
|
|
|
+- optional peer address for pointpoint interfaces.
|
|
|
|
+
|
|
|
|
+.SH EXAMPLE
|
|
|
|
+.nf ifcfg eth0 193.233.7.90/24
|
|
|
|
+.fi
|
|
|
|
+This function determines, whether this is router or host.
|
|
|
|
+It returns 0, if the host is apparently not router.
|
|
|
|
+
|
|
|
|
+.SH SEE ALSO
|
|
|
|
+.BR ip-cref.dvi
|
|
|
|
diff -up /dev/null iproute2-2.6.29/man/man8/nstat.8
|
|
|
|
--- /dev/null 2009-09-22 09:26:40.270218984 +0200
|
|
|
|
+++ iproute2-2.6.29/man/man8/nstat.8 2009-09-24 14:03:05.416161849 +0200
|
|
|
|
@@ -0,0 +1 @@
|
|
|
|
+.so man8/rtacct.8
|
|
|
|
\ No newline at end of file
|
2009-10-09 11:49:26 +00:00
|
|
|
diff -up iproute2-2.6.29/iproute2-2.6.29/man/man8/ip.8.mm iproute2-2.6.29/iproute2-2.6.29/man/man8/ip.8
|
|
|
|
--- iproute2-2.6.29/man/man8/ip.8.mm 2008-07-25 22:46:07.000000000 +0200
|
|
|
|
+++ iproute2-2.6.29/man/man8/ip.8 2008-08-12 14:24:01.000000000 +0200
|
|
|
|
@@ -190,6 +190,8 @@ replace " | " monitor " } "
|
|
|
|
.IR NUMBER " ] [ "
|
|
|
|
.B cwnd
|
|
|
|
.IR NUMBER " ] [ "
|
|
|
|
+.B initcwnd
|
|
|
|
+.IR NUMBER " ] [ "
|
|
|
|
.B ssthresh
|
|
|
|
.IR REALM " ] [ "
|
|
|
|
.B realms
|
|
|
|
@@ -1480,6 +1482,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,
|