]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Use SSH_TUN_COMPAT_AF on FreeBSD.
authorMaxim Khon <fjoe@samodelkin.net>
Mon, 18 Aug 2025 12:05:42 +0000 (12:05 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 6 Sep 2025 12:43:58 +0000 (22:43 +1000)
commit67a8bf4e4057597170bfa923fe2ce5bf90c43974
tree2f56623e79210527ee4e993db612ff06ec319e1f
parent3ca274e44cb2c2351376fc14e4c3e92ba4a8f87b
Use SSH_TUN_COMPAT_AF on FreeBSD.

Otherwise tun forwarding from other OSes fails as soon as the first IPv6
message is sent by the other side (which is usually a Router Solicitation
ICMPv6 message which is sent as soon as the interface is up): all other
OS'es use SSH_TUN_COMPAT_AF or SSH_TUN_PREPEND_AF which effectively uses
OpenBSD AF_INET/AF_INET6 values.
configure.ac