aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-08-21 19:07:29 +0000
committerBill Nottingham <notting@redhat.com>2003-08-21 19:07:29 +0000
commitfa8aca0cd45441e291c2644359f67f4d9c55f992 (patch)
tree9ada2a0be68b5143240a236cac01a3866a868f3a
parent49abadeb543460b646430ee0837e33a4fa43db7d (diff)
downloadinitscripts-fa8aca0cd45441e291c2644359f67f4d9c55f992.tar
initscripts-fa8aca0cd45441e291c2644359f67f4d9c55f992.tar.gz
initscripts-fa8aca0cd45441e291c2644359f67f4d9c55f992.tar.bz2
initscripts-fa8aca0cd45441e291c2644359f67f4d9c55f992.tar.xz
initscripts-fa8aca0cd45441e291c2644359f67f4d9c55f992.zip
document HWADDR
-rw-r--r--sysconfig.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index f6a7f9be..8bbf517d 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -503,7 +503,6 @@ Files in /etc/sysconfig/network-scripts/
DEVICE=<name of physical device (except dynamically-allocated PPP
devices where it is the "logical name")>
IPADDR=
- SRCADDR=
NETMASK=
GATEWAY=
ONBOOT=yes|no
@@ -523,6 +522,8 @@ Files in /etc/sysconfig/network-scripts/
modify firewall to attempt to allow DNS through. Defaults to 'yes'.
SRCADDR=
use the specified source address for outgoing packets
+ HWADDR=
+ ethernet hardware address for this device
If BOOTPROTO is not "none", then the only other item that
must be set is the DEVICE item; all the rest will be determined