Source-Changes-HG archive

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

[src/trunk]: src/etc/defaults Add defaults for ip6addrctl



details:   https://anonhg.NetBSD.org/src/rev/7ddbea210a5a
branches:  trunk
changeset: 812359:7ddbea210a5a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 13 02:27:06 2015 +0000

description:
Add defaults for ip6addrctl

diffstat:

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

diffs (19 lines):

diff -r 72049bbb2bff -r 7ddbea210a5a etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Sun Dec 13 02:26:08 2015 +0000
+++ b/etc/defaults/rc.conf      Sun Dec 13 02:27:06 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.133 2015/03/30 10:58:37 chopps Exp $
+#      $NetBSD: rc.conf,v 1.134 2015/12/13 02:27:06 christos Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -374,3 +374,9 @@
 
 # blacklist daemon, needs npf
 blacklistd=NO
+
+# IPv6 address selection policy
+ip6addrctl_enable=NO
+# ipv6_prefer, ipv4_prefer, auto
+ip6addrctl_policy=auto
+ip6addrctl_verbose=NO



Home | Main Index | Thread Index | Old Index