]> git.ipfire.org Git - ipfire-3.x.git/blob - iproute2/patches/man-pages.patch
strongswan: Disable stroke and move fully towards swanctl
[ipfire-3.x.git] / iproute2 / patches / man-pages.patch
1 diff -up iproute2-2.6.29/man/man8/cbq.8.man iproute2-2.6.29/man/man8/cbq.8
2 --- iproute2-2.6.29/man/man8/cbq.8.man 2009-09-24 14:05:44.868922557 +0200
3 +++ iproute2-2.6.29/man/man8/cbq.8 2009-09-24 14:05:24.760143753 +0200
4 @@ -0,0 +1 @@
5 +.so man8/tc-cbq.8
6 \ No newline at end of file
7 diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8
8 --- /dev/null 2009-09-22 09:26:40.270218984 +0200
9 +++ iproute2-2.6.29/man/man8/ifcfg.8 2009-09-24 14:03:05.415151874 +0200
10 @@ -0,0 +1,57 @@
11 +.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
12 +.SH NAME
13 +ifcfg \- simplistic script which replaces ifconfig IP managment
14 +.SH SYNOPSIS
15 +.ad l
16 +.in +8
17 +.ti -8
18 +.B ifcfg
19 +.RI "[ " DEVICE " [ " :ALIAS: " ] ] [ " command " ] " ADDRESS " [ " LENGTH " ] [ " PEER " ] "
20 +.sp
21 +
22 +.SH DESCRIPTION
23 +This manual page documents briefly the
24 +.B ifcfg
25 +command.
26 +.PP
27 +This is a simplistic script replacing one option of
28 +.B ifconfig
29 +, namely, IP address management. It not only adds
30 +addresses, but also carries out Duplicate Address Detection RFC-DHCP,
31 +sends unsolicited ARP to update the caches of other hosts sharing
32 +the interface, adds some control routes and restarts Router Discovery
33 +when it is necessary.
34 +
35 +I strongly recommend using it
36 +.RI instead
37 +of
38 +.RI ifconfig
39 +both on hosts and on routers.
40 +
41 +.SH IFCONFIG - COMMAND SYNTAX
42 +
43 +.SS
44 +.TP
45 +.B DEVICE
46 +- it may have alias, suffix, separated by colon.
47 +
48 +.TP
49 +.B command
50 +- add, delete or stop.
51 +
52 +.TP
53 +.B address
54 +- optionally followed by prefix length.
55 +
56 +.TP
57 +.B peer
58 +- optional peer address for pointpoint interfaces.
59 +
60 +.SH EXAMPLE
61 +.nf ifcfg eth0 193.233.7.90/24
62 +.fi
63 +This function determines, whether this is router or host.
64 +It returns 0, if the host is apparently not router.
65 +
66 +.SH SEE ALSO
67 +.BR ip-cref.dvi