Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@
This commit is contained in:
parent
4b34ebf614
commit
cb2e7b1a58
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: rc.conf,v 1.124 2014/09/11 13:10:03 roy Exp $
|
# $NetBSD: rc.conf,v 1.125 2014/09/13 11:06:42 roy Exp $
|
||||||
#
|
#
|
||||||
# /etc/defaults/rc.conf --
|
# /etc/defaults/rc.conf --
|
||||||
# default configuration of /etc/rc.conf
|
# default configuration of /etc/rc.conf
|
||||||
|
@ -175,7 +175,7 @@ auto_ifconfig=YES # config all avail. interfaces
|
||||||
net_interfaces="" # used only if above is NO
|
net_interfaces="" # used only if above is NO
|
||||||
flushroutes=YES # flush routes in netstart
|
flushroutes=YES # flush routes in netstart
|
||||||
dhcpcd=NO
|
dhcpcd=NO
|
||||||
dhcpcd_flags="-q" # For ifconfig_XXX=dhcp.
|
dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp.
|
||||||
dhclient=NO # behave as a DHCP client
|
dhclient=NO # behave as a DHCP client
|
||||||
dhclient_flags="" # blank: config all interfaces
|
dhclient_flags="" # blank: config all interfaces
|
||||||
ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall
|
ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall
|
||||||
|
|
Loading…
Reference in New Issue