diff options
| author | plunky <plunky@NetBSD.org> | 2015-12-26 21:05:11 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2015-12-26 21:05:11 +0000 |
| commit | 8a04c845276e0bf6e71ec79bed5e8b7f47355ec0 (patch) | |
| tree | eb4d093058e1cb0219eb00832cb56c8180d1f7f9 | |
| parent | 63ec655597d15c7ee56bbdb9381b5af3bc29ad03 (diff) | |
"ip6addrctl_enable" is now "ip6addrctl", set the default appropriately
| -rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 80b84f7143a..fe4752cb3fd 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -1,4 +1,4 @@ -# $NetBSD: rc.conf,v 1.134 2015/12/13 02:27:06 christos Exp $ +# $NetBSD: rc.conf,v 1.135 2015/12/26 21:05:11 plunky Exp $ # # /etc/defaults/rc.conf -- # default configuration of /etc/rc.conf @@ -376,7 +376,7 @@ makemandb=YES blacklistd=NO # IPv6 address selection policy -ip6addrctl_enable=NO +ip6addrctl=NO # ipv6_prefer, ipv4_prefer, auto ip6addrctl_policy=auto ip6addrctl_verbose=NO |
