diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-21 07:47:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-21 07:47:25 +0000 |
commit | 233b3cc48a08d82173e129d0d1f8668a83d7c965 (patch) | |
tree | 05f6d5fe9c24dae87ec7b034f16b7aa6f4384fb5 /sbin/route | |
parent | 410f80d0940ca08a0ece74d2bd59308a2ed4d251 (diff) |
some nameserver proposal bits:
unwind.8: point to resolvd(8) for autoconf sources
unwind.conf.5: order preferred list by order of preference
resolvd.8: reformat to read better
route.8: no need to discuss unwind in the nameserver command
umb.4 + sppp.4: note the sending of nameserver proposals
the umb/sppp text is from claudio
tobhe confirmed iked sending proposals when configured to do so
much assistance and ok: florian claudio
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index c396795617e..4015d2b7ef7 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.110 2023/02/14 00:41:02 kn Exp $ +.\" $OpenBSD: route.8,v 1.111 2023/02/21 07:47:24 jmc Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: February 14 2023 $ +.Dd $Mdocdate: February 21 2023 $ .Dt ROUTE 8 .Os .Sh NAME @@ -173,20 +173,12 @@ only changes in that routing table will be displayed. .Ar interface .Op Ar address ... .Xc -Broadcast a list of up to five nameserver address proposals. -.Pp -.Xr unwind 8 -will learn them and act according to -.Xr unwind.conf 5 . -.Pp -.Xr resolvd 8 -will replace all existing nameservers for the given interface in +Broadcast a list of up to five nameserver address proposals to +.Xr resolvd 8 , +which is used to update the list of namservers for the given interface in .Xr resolv.conf 5 . -.Pp -If no -.Ar address -argument is given, a request to remove the nameservers previously entered for -the given interface is sent. +If no address is given, +a request to remove the nameservers for the given interface is sent. .Pp .It Xo .Nm route |