Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Update "rtsol" keyword: leave IPv6 autoconf on



details:   https://anonhg.NetBSD.org/src/rev/6277ffef89af
branches:  trunk
changeset: 944884:6277ffef89af
user:      kim <kim%NetBSD.org@localhost>
date:      Thu Oct 15 07:05:27 2020 +0000

description:
Update "rtsol" keyword: leave IPv6 autoconf on

There is no need to turn off ipv6_autoconf or dhcp6 in dhcpcd to match
the previous behaviour with in-kernel RA processing.

diffstat:

 etc/rc.d/network |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 540df1181133 -r 6277ffef89af etc/rc.d/network
--- a/etc/rc.d/network  Thu Oct 15 05:50:14 2020 +0000
+++ b/etc/rc.d/network  Thu Oct 15 07:05:27 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.83 2020/10/11 22:38:48 kim Exp $
+# $NetBSD: network,v 1.84 2020/10/15 07:05:27 kim Exp $
 #
 
 # PROVIDE: network
@@ -327,8 +327,7 @@
                                if ! checkyesno dhcpcd; then
                                        /sbin/dhcpcd -n -f /dev/null \
                                                --background --persistent \
-                                               --noipv4 --nodhcp6 \
-                                               --ipv6ra_noautoconf \
+                                               --noipv4 \
                                                ${dhcpcd_flags} $int
                                fi
                                ;;



Home | Main Index | Thread Index | Old Index