Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2011 17:31:07 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r222694 - user/hrs/ipv6/usr.sbin/rtadvd
Message-ID:  <201106041731.p54HV79S019635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106041731.p54HV79S019635>