dragora-installer: Auto determine height for initial dialog
[dragora.git] / patches / rp-pppoe / rp-pppoe-manpages.patch
blobfd0f24009e0e46ad29fa6a71976ec62b0ddc22b8
1 diff -up rp-pppoe-3.12/man/pppoe.8.than rp-pppoe-3.12/man/pppoe.8
2 --- rp-pppoe-3.12/man/pppoe.8.than 2015-11-11 16:10:01.000000000 +0100
3 +++ rp-pppoe-3.12/man/pppoe.8 2016-06-03 17:24:49.649336285 +0200
4 @@ -32,6 +32,10 @@ triggered. The best way to do this is t
5 PPPoE timeout to be about four times the LCP echo interval.
7 .TP
8 +.B \-t \fItimeout\fR
9 +The \fB\-t\fR option sets the initial timeout for discovery packets in seconds.
11 +.TP
12 .B \-D \fIfile_name\fR
13 The \fB\-D\fR option causes every packet to be dumped to the specified
14 \fIfile_name\fR. This is intended for debugging only; it produces huge
15 @@ -147,6 +151,10 @@ the peer you are dealing with uses non-s
16 ISP uses non-standard frame types, complain!
18 .TP
19 +.B \-F numfloods
20 +The \fB\-F\fR option sets the discovery flood, only used for stress-testing.
22 +.TP
23 .B \-h
24 The \fB\-h\fR option causes \fBpppoe\fR to print usage information and
25 exit.
26 diff -up rp-pppoe-3.12/man/pppoe-server.8.than rp-pppoe-3.12/man/pppoe-server.8
27 --- rp-pppoe-3.12/man/pppoe-server.8.than 2016-06-03 17:24:49.641336586 +0200
28 +++ rp-pppoe-3.12/man/pppoe-server.8 2016-06-03 17:24:49.650336248 +0200
29 @@ -77,12 +77,20 @@ PADI and PADR packets are ignored. If y
30 then no limit is imposed on the number of sessions per peer MAC address.
32 .TP
33 +.B \-P
34 +Check pool file for correctness and exit.
36 +.TP
37 .B \-s
38 This option is passed directly to \fBpppoe\fR; see \fBpppoe\fR(8) for
39 details. In addition, it causes \fBpppd\fR to be invoked with the
40 \fIsync\fR option.
42 .TP
43 +.B \-l
44 +Increment local IP address for each session.
46 +.TP
47 .B \-L \fIip\fR
48 Sets the local IP address. This is passed to spawned \fBpppd\fR processes.
49 If not specified, the default is 10.0.0.1.
50 @@ -147,6 +155,10 @@ handing out sessions in order, the sessi
51 unpredictable order.
53 .TP
54 +.B \-d
55 +Debug session creation.
57 +.TP
58 .B \-u
59 Tells the server to invoke \fBpppd\fR with the \fIunit\fR option. Note
60 that this option only works for \fBpppd\fR version 2.4.0 or newer.
61 diff -up rp-pppoe-3.12/src/pppoe.c.than rp-pppoe-3.12/src/pppoe.c
62 --- rp-pppoe-3.12/src/pppoe.c.than 2016-06-03 17:24:49.650336248 +0200
63 +++ rp-pppoe-3.12/src/pppoe.c 2016-06-03 17:27:40.888903213 +0200
64 @@ -380,6 +380,7 @@ usage(char const *argv0)
65 " -k -- Kill a session with PADT (requires -e)\n"
66 " -d -- Perform discovery, print session info and exit.\n"
67 " -f disc:sess -- Set Ethernet frame types (hex).\n"
68 + " -F numfloods -- Set the discovery flood, only used for stress-testing.\n"
69 " -h -- Print usage information.\n\n"
70 "PPPoE Version %s, Copyright (C) 2001-2015 Roaring Penguin Software Inc.\n"
71 "PPPoE comes with ABSOLUTELY NO WARRANTY.\n"