From owner-cvs-src-old@FreeBSD.ORG Mon Sep 13 19:55:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383B71065672 for ; Mon, 13 Sep 2010 19:55:59 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AE4B8FC14 for ; Mon, 13 Sep 2010 19:55:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DJtwEZ018342 for ; Mon, 13 Sep 2010 19:55:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8DJtwPR018341 for cvs-src-old@freebsd.org; Mon, 13 Sep 2010 19:55:58 GMT (envelope-from hrs@repoman.freebsd.org) Message-Id: <201009131955.o8DJtwPR018341@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hrs@repoman.freebsd.org using -f From: Hiroki Sato Date: Mon, 13 Sep 2010 19:55:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/etc network.subr src/etc/defaults rc.conf src/etc/rc.d ip6addrctl netif src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 19:55:59 -0000 hrs 2010-09-13 19:55:40 UTC FreeBSD src repository Modified files: . UPDATING etc network.subr etc/defaults rc.conf etc/rc.d ip6addrctl netif share/man/man5 rc.conf.5 Log: SVN rev 212579 on 2010-09-13 19:55:40Z by hrs Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces. The $ip6addrctl_policy is a variable to choose a pre-defined address selection policy set by ip6addrctl(8). The keyword "ipv4_prefer" sets IPv4-preferred one described in Section 10.3, the keyword "ipv6_prefer" sets IPv6-preferred one in Section 2.1 in RFC 3484, respectively. When "AUTO" is specified, it attempts to read /etc/ip6addrctl.conf first. If it is found, it reads and installs it as a policy table. If not, either of the two pre-defined policy tables is chosen automatically according to $ipv6_activate_all_interfaces. When $ipv6_activate_all_interfaces=NO, interfaces which have no corresponding $ifconfig_IF_ipv6 is marked as IFDISABLED for security reason. The default values are ip6addrctl_policy=AUTO and ipv6_activate_all_interfaces=NO. Discussed with: ume and bz Revision Changes Path 1.665 +19 -0 src/UPDATING 1.382 +6 -1 src/etc/defaults/rc.conf 1.215 +1 -1 src/etc/network.subr 1.11 +35 -10 src/etc/rc.d/ip6addrctl 1.38 +2 -1 src/etc/rc.d/netif 1.386 +64 -24 src/share/man/man5/rc.conf.5