summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-05-21 12:38:54 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-05-21 12:38:54 +0200
commit01254fe7efa7f71013662a73d73e28fe702ba8fb (patch)
tree86333af94f02ab55b649d8bb446a6bd643f01f33 /docs
parenta2f57c5f5ef8d702359a0ed3b8b9e019b70dd482 (diff)
downloadnetctl-01254fe7efa7f71013662a73d73e28fe702ba8fb.tar.gz
netctl-01254fe7efa7f71013662a73d73e28fe702ba8fb.tar.xz
Expose the 'maxfail' option for ppp connections
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.profile.5.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 711c0db..caffdc9 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -301,9 +301,12 @@ the `pppoe' type:
should disconnect. This option is only valid if 'ConnectionMode' is
set to `demand'.
+'MaxFail='::
+ The number of consecutive failed connection attempts to tolerate.
+ A value of 0 means no limit. Defaults to `++5++'.
+
'DefaultRoute='::
- Use the default route provided by the peer (defaults to
- `true')
+ Use the default route provided by the peer (defaults to `true')
'UsePeerDNS='::
Use the DNS provided by the peer (defaults to `true')
@@ -337,9 +340,12 @@ The name of the USB serial device is specified in 'Interface'. The
following options are understood for connections of the `mobile_ppp'
type:
+'MaxFail='::
+ The number of consecutive failed connection attempts to tolerate.
+ A value of 0 means no limit. Defaults to `++5++'.
+
'DefaultRoute='::
- Use the default route provided by the peer (defaults to
- `true')
+ Use the default route provided by the peer (defaults to `true')
'UsePeerDNS='::
Use the DNS provided by the peer (defaults to `true')
@@ -349,8 +355,7 @@ type:
default, as they are often not required.
'AccessPointName='::
- The access point (apn) to connect on. This is specific to your
- ISP.
+ The access point (apn) to connect on. This is specific to your ISP.
'Pin='::
If your modem requires a PIN to unlock, use this option.