diff options
author | 2020-02-18 08:09:37 +0000 | |
---|---|---|
committer | 2020-02-18 08:09:37 +0000 | |
commit | e61a622dc1bc1cbab59388f5eb50fab856f0576f (patch) | |
tree | 5d6de1d0dfc6430c98241a8400a788bd21a1f230 /share/man | |
parent | Use SIGPENDING() instead of CURSIG() for emulating signal_pending(). (diff) | |
download | wireguard-openbsd-e61a622dc1bc1cbab59388f5eb50fab856f0576f.tar.xz wireguard-openbsd-e61a622dc1bc1cbab59388f5eb50fab856f0576f.zip |
Add IPv6 support to umb(4).
ok job@ bluhm@ claudio@
job@ tested with 'telnet -6 towel.blinkenlights.nl' on Fibocom L831-EAU on
IIJ MIO's network (Japan), with 'inet6 autoconf' in /etc/hostname.umb0.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/umb.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/umb.4 b/share/man/man4/umb.4 index 4073f0e63c2..62da609aa44 100644 --- a/share/man/man4/umb.4 +++ b/share/man/man4/umb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umb.4,v 1.9 2017/11/23 20:47:26 job Exp $ +.\" $OpenBSD: umb.4,v 1.10 2020/02/18 08:09:37 gerhard 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: November 23 2017 $ +.Dd $Mdocdate: February 18 2020 $ .Dt UMB 4 .Os .Sh NAME @@ -64,10 +64,6 @@ The following devices should work: .%U http://www.usb.org/developers/docs/devclass_docs/MBIM10Errata1_073013.zip .Re .Sh CAVEATS -The -.Nm -driver does not support IPv6. -.Pp Devices which fail to provide a conforming MBIM implementation will probably be attached as some other driver, such as .Xr umsm 4 . |