Add the -M flag to dhcpcd so it stays in master mode even for one

interface. Suggested by apb@
This commit is contained in:
roy 2014-09-13 11:06:42 +00:00
parent 4b34ebf614
commit cb2e7b1a58
1 changed files with 2 additions and 2 deletions

View File

@ -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 --
# 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
flushroutes=YES # flush routes in netstart
dhcpcd=NO
dhcpcd_flags="-q" # For ifconfig_XXX=dhcp.
dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp.
dhclient=NO # behave as a DHCP client
dhclient_flags="" # blank: config all interfaces
ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall