From: Damien Miller Date: Wed, 25 Oct 2017 03:15:42 +0000 (+1100) Subject: autoconf glue to enable Linux VRF X-Git-Tag: V_7_7_P1~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd5b569fd6dfd5e8c8af20bbc41e45c2d6462ab;p=thirdparty%2Fopenssh-portable.git autoconf glue to enable Linux VRF --- diff --git a/configure.ac b/configure.ac index 455a224eb..e919dee37 100644 --- a/configure.ac +++ b/configure.ac @@ -775,6 +775,8 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) AC_DEFINE([SSH_TUN_PREPEND_AF], [1], [Prepend the address family to IP tunnel traffic]) fi + AC_DEFINE([SYS_RDOMAIN_LINUX], [1], + [Support routing domains using Linux VRF]) AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [], [], [#include ]) AC_MSG_CHECKING([for seccomp architecture])