]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
nite that recent OSX tun/tap is unsupported
authorDamien Miller <djm@mindrot.org>
Mon, 8 Jan 2024 05:26:37 +0000 (16:26 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jan 2024 05:26:37 +0000 (16:26 +1100)
README.platform

index d06ba9ad3f2306766b79844f8da4366adca821e5..4edf9d1f59374dcb4dc36fd167d66ce8ae575e7a 100644 (file)
@@ -53,11 +53,12 @@ Darwin does not provide a tun(4) driver required for OpenSSH-based
 virtual private networks. The BSD manpage still exists, but the driver
 has been removed in recent releases of Darwin and MacOS X.
 
-Nevertheless, tunnel support is known to work with Darwin 8 and
-MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode
-using a third party driver. More information is available at:
+Tunnel support is known to work with Darwin 8 and MacOS X 10.4 in
+Point-to-Point (Layer 3) and Ethernet (Layer 2) mode using a third
+party driver. More information is available at:
        https://tuntaposx.sourceforge.net
 
+Recent Darwin/MacOS X versions are likely unsupported.
 
 Linux
 -----