summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2006-08-17 17:12:27 +0000
committerbrian <brian@FreeBSD.org>2006-08-17 17:12:27 +0000
commita3922ffaf600bcd06d7363d5e87ff9289859ce65 (patch)
treef87350c5fc4681fa51e1fc97c0a3407d6bd3efc2 /etc/defaults
parent8dcb0483a6e8eff67cf2fb1309ec730ae1f05773 (diff)
downloadFreeBSD-src-a3922ffaf600bcd06d7363d5e87ff9289859ce65.zip
FreeBSD-src-a3922ffaf600bcd06d7363d5e87ff9289859ce65.tar.gz
Add a -p switch to dhclient. The switch tells dhclient to persist
despite the interface link status. Add dhclient_flags_iface and background_dhclient_iface rc.conf options. (where iface is a specific interface). These can be used to give interface specific flags to dhclient. Reviewed by: brooks@
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 ee14139..3f4e150 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -94,6 +94,7 @@ hostname="" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
dhclient_program="/sbin/dhclient" # Path to dhcp client program.
dhclient_flags="" # Additional flags to pass to dhcp client.
+dhclient_flags_fxp0="" # Additional dhclient flags for fxp0 only
background_dhclient="NO" # Start dhcp client in the background.
synchronous_dhclient="YES" # Start dhclient directly on configured
# interfaces during startup.
OpenPOWER on IntegriCloud