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 /share | |
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 'share')
-rw-r--r-- | share/man/man4/sppp.4 | 12 | ||||
-rw-r--r-- | share/man/man4/umb.4 | 10 |
2 files changed, 18 insertions, 4 deletions
diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index 1f55986af79..295767a661c 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sppp.4,v 1.26 2021/11/10 15:04:26 bket Exp $ +.\" $OpenBSD: sppp.4,v 1.27 2023/02/21 07:47:24 jmc Exp $ .\" .\" Copyright (c) 1997 Joerg Wunsch .\" @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: November 10 2021 $ +.Dd $Mdocdate: February 21 2023 $ .Dt SPPP 4 .Os .Sh NAME @@ -135,6 +135,14 @@ You can of course something or other 0.0.0.1 and it will do exactly what you would want it to. .Pp +Once a connection is established, +the device will send out a nameserver proposal, +which +.Xr resolvd 8 +can act on. +If during IPCP negotiation no DNS server options were exchanged, +the nameserver proposal will be empty. +.Pp The PAP and CHAP authentication protocols, as described in RFCs 1334 and 1994, respectively, are also implemented. Their parameters are controlled by the diff --git a/share/man/man4/umb.4 b/share/man/man4/umb.4 index 82e779e0e32..04ff4a98f15 100644 --- a/share/man/man4/umb.4 +++ b/share/man/man4/umb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umb.4,v 1.15 2022/10/08 17:08:55 kevlo Exp $ +.\" $OpenBSD: umb.4,v 1.16 2023/02/21 07:47:24 jmc Exp $ .\" .\" Copyright (c) 2016 genua mbH .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 8 2022 $ +.Dd $Mdocdate: February 21 2023 $ .Dt UMB 4 .Os .Sh NAME @@ -31,6 +31,12 @@ MBIM devices establish connections via cellular networks such as GPRS, UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames. +Once a connection is established, +the device will automatically set an IP address +and send out a nameserver proposal, +which +.Xr resolvd 8 +can act on. .Pp Required configuration parameters like PIN and APN have to be set with |