Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rtsold Give an example how to use dhcpcd instead of...



details:   https://anonhg.NetBSD.org/src/rev/da0c5e5342a2
branches:  trunk
changeset: 803107:da0c5e5342a2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 12 19:53:34 2014 +0000

description:
Give an example how to use dhcpcd instead of rtsol

diffstat:

 usr.sbin/rtsold/rtsold.8 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8fe6c5baadb3 -r da0c5e5342a2 usr.sbin/rtsold/rtsold.8
--- a/usr.sbin/rtsold/rtsold.8  Sun Oct 12 19:49:01 2014 +0000
+++ b/usr.sbin/rtsold/rtsold.8  Sun Oct 12 19:53:34 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rtsold.8,v 1.35 2014/09/11 21:04:34 wiz Exp $
+.\"    $NetBSD: rtsold.8,v 1.36 2014/10/12 19:53:34 christos Exp $
 .\"    $KAME: rtsold.8,v 1.17 2001/07/09 22:30:37 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 9, 2014
+.Dd October 12, 2014
 .Dt RTSOLD 8
 .Os
 .\"
@@ -44,3 +44,9 @@
 .Nx
 as their functionality is now included in
 .Xr dhcpcd 8 .
+.Pp
+For example to send a routing solicitation message and print information
+about it without changing the actual routing table:
+.Bd -literal
+       dhcpcd -dB6T --nodhcp6 <interface>
+.Ed



Home | Main Index | Thread Index | Old Index