aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifcfg-lo
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-06-20 22:59:03 +0000
committerBill Nottingham <notting@redhat.com>2001-06-20 22:59:03 +0000
commitf10c56a70b7e4a3d06449c408c492768f4c09e99 (patch)
tree9567166ab1f03b763b201b32eccf863c7e175222 /sysconfig/network-scripts/ifcfg-lo
parent214ac6e4e174cab252307a3c75c1a0922e205859 (diff)
downloadinitscripts-f10c56a70b7e4a3d06449c408c492768f4c09e99.tar
initscripts-f10c56a70b7e4a3d06449c408c492768f4c09e99.tar.gz
initscripts-f10c56a70b7e4a3d06449c408c492768f4c09e99.tar.bz2
initscripts-f10c56a70b7e4a3d06449c408c492768f4c09e99.tar.xz
initscripts-f10c56a70b7e4a3d06449c408c492768f4c09e99.zip
- fix testing for link so that modules will actually get loaded
- don't use $MACADDR for testing device's MAC address when it's a configuration parameter to change it; use $HWADDR instead. - fix broken ipcalc --prefix calls - re-add ifcfg-lo - fix check_default_route - fix up some of the stdout/stderr redirections
Diffstat (limited to 'sysconfig/network-scripts/ifcfg-lo')
-rw-r--r--sysconfig/network-scripts/ifcfg-lo9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/ifcfg-lo b/sysconfig/network-scripts/ifcfg-lo
new file mode 100644
index 00000000..cb4f3f94
--- /dev/null
+++ b/sysconfig/network-scripts/ifcfg-lo
@@ -0,0 +1,9 @@
+DEVICE=lo
+IPADDR=127.0.0.1
+NETMASK=255.0.0.0
+NETWORK=127.0.0.0
+# If you're having problems with gated making 127.0.0.0/8 a martian,
+# you can change this to something else (255.255.255.255, for example)
+BROADCAST=127.255.255.255
+ONBOOT=yes
+NAME=loopback