From 144ec955e78eec81502d670852ce33d23aef4f62 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 2 Apr 2007 09:23:29 +0000 Subject: [PATCH] MFC 1.305: Turn default address selection on by default. Now, when ipv6_enable="NO", an IPv4 address is preferred for a destination address. --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index d3a0e96ddeac..5b1c9c489a0b 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -412,7 +412,7 @@ ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter, # see /usr/src/contrib/ipfilter/rules # for examples -ip6addrctl_enable="NO" # Set to YES to enable default address selection +ip6addrctl_enable="YES" # Set to YES to enable default address selection ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages ##############################################################