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/8e176ba387d1
branches: trunk
changeset: 940709:8e176ba387d1
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 34c02dd62c13 -r 8e176ba387d1 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