From owner-svn-src-all@FreeBSD.ORG Sat Jul 12 10:18:34 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F75790C; Sat, 12 Jul 2014 10:18:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CBD924EA; Sat, 12 Jul 2014 10:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6CAIXO7008403; Sat, 12 Jul 2014 10:18:33 GMT (envelope-from jlh@svn.freebsd.org) Received: (from jlh@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6CAIXQB008402; Sat, 12 Jul 2014 10:18:33 GMT (envelope-from jlh@svn.freebsd.org) Message-Id: <201407121018.s6CAIXQB008402@svn.freebsd.org> From: Jeremie Le Hen Date: Sat, 12 Jul 2014 10:18:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268567 - head/sbin/ifconfig X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 10:18:34 -0000 Author: jlh Date: Sat Jul 12 10:18:33 2014 New Revision: 268567 URL: http://svnweb.freebsd.org/changeset/base/268567 Log: Make the description of the "no_prefer_iface" flag easier to understand. Reviewed by: Silence on -net@ and from ume@ Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 ============================================================================== --- head/sbin/ifconfig/ifconfig.8 Sat Jul 12 07:47:50 2014 (r268566) +++ head/sbin/ifconfig/ifconfig.8 Sat Jul 12 10:18:33 2014 (r268567) @@ -679,9 +679,11 @@ Set a flag to enable Neighbor Unreachabi Clear a flag .Cm nud . .It Cm no_prefer_iface -Set a flag to not prefer address on the interface as candidates of the -source address for outgoing packets, even when the interface is -outgoing interface. +Set a flag to not honor rule 5 of source address selection in RFC 3484. +In practice this means the address on the outgoing interface will not be +preferred, effectively yielding the decision to the address selection +policy table, configurable with +.Xr ip6addrctl 8 . .It Cm -no_prefer_iface Clear a flag .Cm no_prefer_iface .