Skip to content

2.9 - networking broken on RHEL7.3 due to getaddrinfo/ipv6 changes #1145

@dwendt

Description

@dwendt

Upgrading an RHEL environment to 2.9, this definition breaks getaddrinfo.

#define AI_V4MAPPED 0x0800

It makes the addrinfo struct on line 52 have some options that make getaddrinfo fail. When the macro is undefined, it uses the other options which work perfectly fine. Not sure what those options are for (ipv6?) to begin with or I'd provide a patch suggestion....

Red Hat Enterprise Linux Server release 7.3 (Maipo)
Linux xxxxxxxxxxx 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 10:03:19 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux

This is an ipv4 server, to be clear. <remote> only contains <connection>secure</connection>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions