diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-01-06 14:17:47 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-01-06 14:17:47 +0100 |
commit | 3b4cc9f3ba2808c6b808d9795210aa4b00de0afd (patch) | |
tree | bd57bb5fb4c303d997728ebd31605717b1a44b2b | |
parent | 18d3aae0b1a9e58d5a970602d756a9ecf7cd1515 (diff) | |
download | initscripts-3b4cc9f3ba2808c6b808d9795210aa4b00de0afd.tar initscripts-3b4cc9f3ba2808c6b808d9795210aa4b00de0afd.tar.gz initscripts-3b4cc9f3ba2808c6b808d9795210aa4b00de0afd.tar.bz2 initscripts-3b4cc9f3ba2808c6b808d9795210aa4b00de0afd.tar.xz initscripts-3b4cc9f3ba2808c6b808d9795210aa4b00de0afd.zip |
sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA
-rw-r--r-- | sysconfig.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index e34ca1b9..08243f11 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -757,6 +757,8 @@ Files in /etc/sysconfig/network-scripts/ PPPOPTIONS=<arbitrary option string; is placed last on the command line, so it can override other options like asyncmap that were specified differently> + PPPOE_EXTRA = any extra arguments to pass to pppoe + PPPD_EXTRA = any extra arguments to pass to pppd PAPNAME=<"name $PAPNAME" on pppd command line> (note that the "remotename" option is always specified as the logical ppp device name, like "ppp0" (which might perhaps be the |