[Bug 3033] New: A spelling error that causes vrf to be unavailable
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Jul 10 00:30:35 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3033
Bug ID: 3033
Summary: A spelling error that causes vrf to be unavailable
Product: Portable OpenSSH
Version: 8.0p1
Hardware: ARM64
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: hexiaowen at huawei.com
AC_DEFINE([SYS_RDOMAIN_LINUX], [1],
[Support routing domains using Linux VRF]), [], [
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.H>
#endif
])
Should replace sys/types.H with sys/types.h in configure.ac, otherwise
you can't enable vrf feature.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list