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/examples/mobile_ppp | |
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/examples/mobile_ppp')
-rw-r--r-- | docs/examples/mobile_ppp | 3 |
1 files changed, 0 insertions, 3 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) |