diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-10-23 13:31:38 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-10-24 00:40:03 +0200 |
commit | 120d94020aed8d8b5e1b76dc7ee03fa062fab26c (patch) | |
tree | 4b4b054f4e9ddf8444fffb8b62b6cba45065214c /docs | |
parent | 2f1ef4d9f87af7112c6bbb7c53bbe7bafe3ef8b1 (diff) | |
download | netctl-120d94020aed8d8b5e1b76dc7ee03fa062fab26c.tar.gz netctl-120d94020aed8d8b5e1b76dc7ee03fa062fab26c.tar.xz |
Overhaul of ppp connection types
- Refactorization of option file generation
- Introduction of optional additional pppd options file specification
- Introduction of unit specification option for pppoe connections
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/mobile_ppp | 3 | ||||
-rw-r--r-- | docs/netctl.profile.5.txt | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/examples/mobile_ppp b/docs/examples/mobile_ppp index f3b0b8a..383e000 100644 --- a/docs/examples/mobile_ppp +++ b/docs/examples/mobile_ppp @@ -2,9 +2,6 @@ Description='Example PPP mobile connection' Interface=ttyUSB0 Connection=mobile_ppp -# Debug pppd / chat output (separately from netctl) -#PPPDebug=true - # Use default route provided by the peer (default: true) #DefaultRoute=true # Use DNS provided by the peer (default: true) diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index 1f39361..74bbc6d 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -332,12 +332,18 @@ the `pppoe' type: Use the default route provided by the peer (defaults to `true') 'UsePeerDNS=':: - Use the DNS provided by the peer (defaults to `true') + Use the DNS provided by the peer (defaults to `true'). + +'PPPUnit=':: + Set the ppp unit number in the interface name (ppp0, ppp1, etc.). 'LCPEchoInterval=' and 'LCPEchoFailure=':: These options override default LCP parameters from `/etc/ppp/options'. +'OptionsFile=':: + A file to read additional pppd options from. + The following advanced options are also understood: 'PPPoEService=':: @@ -389,6 +395,9 @@ type: AT commands specific to certain Huawei modems; all other devices should use `None'. +'OptionsFile=':: + A file to read additional pppd options from. + OPTIONS FOR `tunnel' CONNECTIONS -------------------------------- |