Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crypto/openssh/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@
#define SSH_PRIVSEP_USER "sshd"

/* Use tunnel device compatibility to OpenBSD */
/* #undef SSH_TUN_COMPAT_AF */
#define SSH_TUN_COMPAT_AF 1

/* Open tunnel devices the FreeBSD way */
#define SSH_TUN_FREEBSD 1
Expand Down
2 changes: 2 additions & 0 deletions crypto/openssh/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ mips-sony-bsd|mips-sony-newsos4)
SKIP_DISABLE_LASTLOG_DEFINE=yes
AC_DEFINE([LOCKED_PASSWD_PREFIX], ["*LOCKED*"], [Account locked with pw(1)])
AC_DEFINE([SSH_TUN_FREEBSD], [1], [Open tunnel devices the FreeBSD way])
AC_DEFINE([SSH_TUN_COMPAT_AF], [1],
[Use tunnel device compatibility to OpenBSD])
AC_CHECK_HEADER([net/if_tap.h], ,
AC_DEFINE([SSH_TUN_NO_L2], [1], [No layer 2 tunnel support]))
AC_DEFINE([BROKEN_GLOB], [1], [FreeBSD glob does not do what we need])
Expand Down
Loading