bugzilla-daemon at bugzilla.mindrot.org
2019-Jul-09 14:30 UTC
[Bug 3033] New: A spelling error that causes vrf to be unavailable
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jul-09 23:44 UTC
[Bug 3033] A spelling error that causes vrf to be unavailable
https://bugzilla.mindrot.org/show_bug.cgi?id=3033
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2988
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Fix applied. This will be in the forthcoming openssh-8.1 release
commit 8729498a5d239980a91d32f031b34e8c58c52f62 (HEAD -> master,
origin/master, origin/HEAD)
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jul 10 09:43:19 2019 +1000
fix typo that prevented detection of Linux VRF
Reported by hexiaowen AT huawei.com
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2988
[Bug 2988] Tracking bug for 8.1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Mar-03 22:54 UTC
[Bug 3033] A spelling error that causes vrf to be unavailable
https://bugzilla.mindrot.org/show_bug.cgi?id=3033
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
close bugs that were resolved in OpenSSH 8.5 release cycle
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.