diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-10-22 19:11:32 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-10-22 19:11:39 +0400 |
commit | a3f7e7d1e26bcf1ddb4d86d06f8a3a976374eade (patch) | |
tree | ae0616177a6c4dfac89b2f4f34894b31b05ab61d /accel-pppd/accel-ppp.conf.5 | |
parent | baae559b6234f30fdb93697ae74833b678c94b5b (diff) | |
download | accel-ppp-a3f7e7d1e26bcf1ddb4d86d06f8a3a976374eade.tar.gz accel-ppp-a3f7e7d1e26bcf1ddb4d86d06f8a3a976374eade.zip |
cli: introduced verbose option
If verbose=0 then cli won't produce any logging
if verbose=1 then log only connections
if verbose=2 then log also executed commands
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 06a1d3f..1f53f32 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -886,6 +886,11 @@ Due to accel-ppp operates with rates in kilobit basis if you send rates in diffe .br Configuration of the command line interface. .TP +.BI "verbose=" n +If \fIn\fR = 1 then cli module will log IP address of each connection. +.br +If \fIn\fR = 2 then cli module will also log passed commands. +.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 |