Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/defaults Add the -M flag to dhcpcd so it stays in master...



details:   https://anonhg.NetBSD.org/src/rev/3f5eadc1a6fe
branches:  trunk
changeset: 802404:3f5eadc1a6fe
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Sep 13 11:06:42 2014 +0000

description:
Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@

diffstat:

 etc/defaults/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 165e6f1aa833 -r 3f5eadc1a6fe etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Sat Sep 13 10:18:24 2014 +0000
+++ b/etc/defaults/rc.conf      Sat Sep 13 11:06:42 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index