summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2013-02-14 18:12:03 +0100
committerKozlov Dmitry <xeb@mail.ru>2013-02-17 21:52:58 +0400
commit819d634942cd3fb5bb83f906393b687b4a3d9de8 (patch)
treeb9ddddac119d55f69c9c10133203d9d3720be13e /accel-pppd/accel-ppp.conf.5
parent337946a2cd1bcd6259662ebdc0d35e5958753f2b (diff)
downloadaccel-ppp-819d634942cd3fb5bb83f906393b687b4a3d9de8.tar.gz
accel-ppp-819d634942cd3fb5bb83f906393b687b4a3d9de8.zip
doc: Document the [cli] section of config file
Add entries in accel-ppp.conf.5 for configuration options defined by the CLI module. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.532
1 files changed, 32 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 90f10e18..ba3a2b1e 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -708,3 +708,35 @@ Specifies downstream rate limiting method.
.BI "leaf-qdisc=" "qdisc parameters"
In case if htb is used as up-limiter or down-limiter specified leaf qdisc can be attached automaticaly.
At present only sfq qdisc is implemented. Parameters are same as for tc: [ limit NUMBER ] [ perturn SECS ] [ quantum BYTES ].
+.SH [cli]
+.br
+Configuration of the command line interface.
+.TP
+.BI "tcp=" host:port
+Defines on which IP address and port the TCP module will listen for incoming
+connections. When \fIhost\fR is empty, the TCP module listens on all local
+interfaces. It isn't loaded if this option isn't defined.
+.TP
+.BI "telnet=" host:port
+Defines on which IP address and port the Telnet module will listen for incoming
+connections. When \fIhost\fR is empty, the Telnet module listens on all local
+interfaces. It isn't loaded if this option isn't defined.
+.TP
+.BI "password=" passwd
+Defines the password to be used by the TCP and Telnet modules for
+authenticating clients. No authentication is performed if this option
+isn't defined.
+.TP
+.BI "prompt=" prompt
+Defines the prompt string used by the Telnet module (defaults
+to \fIaccel-ppp\fR).
+.TP
+.BI "history-file=" filename
+Defines the file used by the Telnet module for loading and storing its
+command history (defaults to \fI/var/run/accel-ppp/history\fR).
+.TP
+.BI "sessions-columns=" column_list
+Defines the default set of columns to be displayed by the "show sessions"
+command (defaults to
+\fIifname,username,calling-sid,ip,rate-limit,type,comp,state,uptime\fR).
+Invalid column names are silently discarded.