diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-16 17:27:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-16 17:27:35 +0000 |
commit | edb3d22d4a8cde26ce03bfa34ad1c9fc02346059 (patch) | |
tree | 7401d99c9037cd48d100f733a8a4f236f815686b /sysconfig.txt | |
parent | fadc1386f0969e04f56d2053d070424b66ca8d0a (diff) | |
download | initscripts-edb3d22d4a8cde26ce03bfa34ad1c9fc02346059.tar initscripts-edb3d22d4a8cde26ce03bfa34ad1c9fc02346059.tar.gz initscripts-edb3d22d4a8cde26ce03bfa34ad1c9fc02346059.tar.bz2 initscripts-edb3d22d4a8cde26ce03bfa34ad1c9fc02346059.tar.xz initscripts-edb3d22d4a8cde26ce03bfa34ad1c9fc02346059.zip |
document ARP variable
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index a3139d77..571462b1 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -306,6 +306,8 @@ Files in /etc/sysconfig/network-scripts/ {IPXNETNUM,IPXPRIMARY,IPXACTIVE}_{802_2,802_3,ETHERII,SNAP} configuration matrix for IPX. Only used if IPX is active. Managed from /etc/sysconfig/network-scripts/ifup-ipx + ARP=yes|no (adds 'arp' flag to ifconfig, for use with the + ethertap device) PPP/SLIP items: PERSIST=yes|no @@ -348,7 +350,7 @@ Files in /etc/sysconfig/network-scripts/ RETRYTIMEOUT=<number of seconds, default currently 60> (time to wait before re-attempting to establish a connection after a previous attempt fails.) - + /etc/sysconfig/network-scripts/chat-<interface-name>: chat script for PPP or SLIP connection intended to establish |