summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-10-11 20:28:04 +0000
committerhrs <hrs@FreeBSD.org>2014-10-11 20:28:04 +0000
commitab0d138ede761ad218858e4c784f261517032129 (patch)
tree51ccd6094ada0d7e07053c33807089c2bc99fe6a /etc/defaults
parent12749f249cd5420cb8055ad64e860089dc7a0247 (diff)
downloadFreeBSD-src-ab0d138ede761ad218858e4c784f261517032129.zip
FreeBSD-src-ab0d138ede761ad218858e4c784f261517032129.tar.gz
Rename s/network/netif/ and set netif_enable for namespace consistency.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b24e869..18989fa 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -110,6 +110,7 @@ synchronous_dhclient="NO" # Start dhclient directly on configured
# interfaces during startup.
defaultroute_delay="30" # Time to wait for a default route on a DHCP interface.
defaultroute_carrier_delay="5" # Time to wait for carrier while waiting for a default route.
+netif_enable="YES" # Set to YES to initialize network interfaces
netif_ipexpand_max="2048" # Maximum number of IP addrs in a range spec.
wpa_supplicant_program="/usr/sbin/wpa_supplicant"
wpa_supplicant_flags="-s" # Extra flags to pass to wpa_supplicant
OpenPOWER on IntegriCloud