summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-10-05 23:32:58 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-10-05 23:32:58 +0000
commit65df434e1fd5f97e93c05bd6ff5e143bf4983414 (patch)
tree85173ed36d81183aafe5de930e480a0d0409c264 /etc/defaults
parent42bcc4fbacfc5d680c32bd2223dd7cead4e7a560 (diff)
downloadFreeBSD-src-65df434e1fd5f97e93c05bd6ff5e143bf4983414.zip
FreeBSD-src-65df434e1fd5f97e93c05bd6ff5e143bf4983414.tar.gz
MFC r271424:
- Add $netif_ipexpand_max to specify the upper limit for the number of addresses generated by an address range specification. The default value is 2048. This can be increased by setting $netif_ipexpand_max in rc.conf. PR: 186841
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 4ad0621..1a7bc8e 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_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
wpa_supplicant_conf_file="/etc/wpa_supplicant.conf"
OpenPOWER on IntegriCloud