Module Name: src
Committed By: roy
Date: Sat Sep 13 11:06:42 UTC 2014
Modified Files:
src/etc/defaults: rc.conf
Log Message:
Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/etc/defaults/rc.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.124 src/etc/defaults/rc.conf:1.125
--- src/etc/defaults/rc.conf:1.124 Thu Sep 11 13:10:03 2014
+++ src/etc/defaults/rc.conf Sat Sep 13 11:06:42 2014
@@ -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.
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