From owner-svn-src-user@FreeBSD.ORG Sat Jun 4 17:31:07 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4324A1065673; Sat, 4 Jun 2011 17:31:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 33E0E8FC1A; Sat, 4 Jun 2011 17:31:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p54HV7NU019637; Sat, 4 Jun 2011 17:31:07 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p54HV79S019635; Sat, 4 Jun 2011 17:31:07 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201106041731.p54HV79S019635@svn.freebsd.org> From: Hiroki Sato Date: Sat, 4 Jun 2011 17:31:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222694 - user/hrs/ipv6/usr.sbin/rtadvd X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 17:31:07 -0000 Author: hrs Date: Sat Jun 4 17:31:06 2011 New Revision: 222694 URL: http://svn.freebsd.org/changeset/base/222694 Log: Reword noonlinkprefix sentences. It is related to prefixes on the network interfaces, not in the routing table actually. PR: bin/152458 Modified: user/hrs/ipv6/usr.sbin/rtadvd/rtadvd.conf.5 Modified: user/hrs/ipv6/usr.sbin/rtadvd/rtadvd.conf.5 ============================================================================== --- user/hrs/ipv6/usr.sbin/rtadvd/rtadvd.conf.5 Sat Jun 4 17:22:43 2011 (r222693) +++ user/hrs/ipv6/usr.sbin/rtadvd/rtadvd.conf.5 Sat Jun 4 17:31:06 2011 (r222694) @@ -186,11 +186,11 @@ can be augmented with a number, like to specify multiple prefixes. .Bl -tag -width indent .It Cm \&noonlinkprefix -(bool) Specifies no prefix in the kernel will be advertised. +(bool) Specifies no prefix on the network interfaces will be advertised. By default .Nm rtadvd -automatically obtains valid and on-link prefixes from the kernel's routing -table. +automatically gathers on-link prefixes from all of the network interfaces +and advertise them. The .Cm noonlinkprefix disables that behavior.