diff options
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 368a90e2..673d20af 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -354,11 +354,6 @@ Files in /etc/sysconfig/network-scripts/ GATEWAY= ONBOOT=yes|no USERCTL=yes|no - DEMAND=yes|no - Only used for PPP. Switches on demand-dialing mode. - IDLETIMEOUT=600 - Only used for PPP. The amount of time the link needs to be inactive - before pppd will bring it down automatically. BOOTPROTO=none|bootp|dhcp MTU= PEERDNS=yes|no @@ -432,6 +427,11 @@ Files in /etc/sysconfig/network-scripts/ is made to bring up the connection. Note that some connect scripts (for example, wvdial) might do their own retries (such as BUSY or NO DIALTONE conditions). + DEMAND=yes|no + Switches on demand-dialing mode using pppd's "demand" option. + IDLETIMEOUT=600 + The amount of time the link needs to be inactive before pppd will + bring it down automatically. /etc/sysconfig/network-scripts/chat-<interface-name>: |