-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conf option to have an end to end ipv6 otp release
- add support for ipv6 connections to Epmd (removed from PR because added into commit 75bc5be with the merge of PR-864/OTP-13364) - add a macro to define the default epmd ip: "::1" or "127.0.0.1" - add a macro to define the default proto_dist: inet_tcp or inet6_tcp - add a configure option to compile the whole otp in ipv6 default mode The option --enable-epmd-ipv6 configures: - the -DEPMD6 CFLAG for epmd compilation - the default proto_dist (without init arg) to "inet6_tcp" - the epmd connection ip to "::1"
- Loading branch information
Showing
5 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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