summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-08 18:56:04 +0000
committerpeter <peter@FreeBSD.org>1999-07-08 18:56:04 +0000
commitb972643acb1f4ec0dd512b9bb824aef005a7adde (patch)
tree19cfe80a1edf1f925d336c37e1100ad6c2007216 /etc/defaults
parentaa7ff8691d206532addb132f69fb5bcaccd9d15f (diff)
downloadFreeBSD-src-b972643acb1f4ec0dd512b9bb824aef005a7adde.zip
FreeBSD-src-b972643acb1f4ec0dd512b9bb824aef005a7adde.tar.gz
Tweak previous commit. Only sense the configuration if network_interfaces
is set to "auto". Any network_interfaces settings will be treated as before.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 2dc8fb5..17e2efe 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.15 1999/07/07 01:19:15 hosokawa Exp $
+# $Id: rc.conf,v 1.16 1999/07/07 12:49:47 peter Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -44,6 +44,7 @@ natd_flags="" # Additional flags for natd.
tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions.
log_in_vain="NO" # Disallow bad connection logging (or YES).
tcp_keepalive="YES" # Kill dead TCP connections (or NO).
+network_interfaces="auto" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
#
OpenPOWER on IntegriCloud