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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to