Skip to content

Revert "Doc: adjust default of ApiListener#bind_host" - #8192

Closed
Al2Klimov wants to merge 1 commit into
masterfrom
bugfix/api-default-ipv4-8183
Closed

Revert "Doc: adjust default of ApiListener#bind_host"#8192
Al2Klimov wants to merge 1 commit into
masterfrom
bugfix/api-default-ipv4-8183

Conversation

@Al2Klimov

Copy link
Copy Markdown
Member

This reverts commit 915525d.

fixes #8183

@Al2Klimov Al2Klimov added bug Something isn't working area/documentation End-user or developer help labels Aug 26, 2020
@Al2Klimov Al2Klimov added this to the 2.13.0 milestone Aug 26, 2020
@julianbrost

Copy link
Copy Markdown
Member

I'd rather prefer to change the default to ::.

Currently the default value actually is "" and what this results in depends on what getaddrinfo() does. We have yet to find a system where getaddrinfo() prefers :: over 0.0.0.0 with AI_PASSIVE set, but I wouldn't bet on this never changing.

@Al2Klimov
Al2Klimov removed the request for review from julianbrost December 4, 2020 15:55
@icinga-probot icinga-probot Bot removed this from the 2.13.0 milestone Dec 9, 2020
@icinga-probot
icinga-probot Bot deleted the bugfix/api-default-ipv4-8183 branch December 9, 2020 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation End-user or developer help bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

default for bind_host apilistener sometimes only listens for ipv4

2 participants