diff options
author | Henrik Nord <[email protected]> | 2011-04-08 17:12:46 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-04-08 17:13:15 +0200 |
commit | fc7428eaab27b8cd87a463bd13450ef3362ba67d (patch) | |
tree | 747da4d4641cc619dc2be3c68d2842df30abb654 /erts/doc/src/erl.xml | |
parent | 5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a (diff) | |
parent | bcf3b3d0d589666575d9b044d0779be2e40e1762 (diff) | |
download | otp-fc7428eaab27b8cd87a463bd13450ef3362ba67d.tar.gz otp-fc7428eaab27b8cd87a463bd13450ef3362ba67d.tar.bz2 otp-fc7428eaab27b8cd87a463bd13450ef3362ba67d.zip |
Merge branch 'hw/epmd-bind-to-address' into dev
* hw/epmd-bind-to-address:
Allow user to specify the IP address epmd binds to
OTP-9213
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f4c81d9c47..514ee5ffaf 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1004,6 +1004,15 @@ add to the code path. See <seealso marker="kernel:code">code(3)</seealso>.</p> </item> + <tag><c><![CDATA[ERL_EPMD_ADDRESS]]></c></tag> + <item> + <p>This environment variable may be set to a comma-separated + list of IP addresses, in which case the + <seealso marker="epmd">epmd</seealso> daemon + will listen only on the specified address(es) and on the + loopback address (which is implicitely added to the list if it + has not been specified).</p> + </item> <tag><c><![CDATA[ERL_EPMD_PORT]]></c></tag> <item> <p>This environment variable can contain the port number to use when |