-
-
Notifications
You must be signed in to change notification settings - Fork 427
Define upsd option to LISTEN * as specifically handling both IPv4 and IPv6 "ANY" address
#2013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3ed1220
server/upsd.c, NEWS, UPGRADING: listen_add(): firstaddr should remain…
jimklimov a575c80
NEWS: typo fix
jimklimov 7bf7f0c
server/upsd.c: server_load(): log if defaulting to localhost (IPv4/IP…
jimklimov f068e8a
server/upsd.c: setuptcp(): warn if we bound to one address for a name…
jimklimov 534f153
server/upsd.c: refactor server_free() with a new stype_free() [#2012]
jimklimov 22b51fc
server/upsd.c, NEWS, UPGRADING: setuptcp(): when asked to LISTEN on I…
jimklimov a904962
server/upsd.c and docs/config examples: handle "LISTEN *" determinist…
jimklimov 7e6c76e
Revise doc changes about LISTEN * support per PR #2013 discussion
jimklimov 7d04e37
server/upsd.c: simplify `LISTEN *` handling to not fiddle with option…
jimklimov a8b5896
server/upsd.c: setuptcp(): drop commented-away optional sleep() [#2012]
jimklimov af53ec5
server/upsd.c: setuptcp(): drop the trickery to get IPv4 first just t…
jimklimov dec2488
NEWS, UPGRADING: finish full sentences with a period [#2012]
jimklimov df7961b
configure.ac: explicitly check for inet_ntop() support along with bot…
jimklimov 8daab44
server/upsd.c: setuptcp(): update big comment about "LISTEN *" nuance…
jimklimov b0c97f7
server/upsd.c: setuptcp(): when informing about possible IPv6/IPv4 "A…
jimklimov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.