diff options
author | Lars Thorsen <[email protected]> | 2014-07-31 12:44:37 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2014-07-31 12:44:37 +0200 |
commit | a47a3615418893dc95c0f49d7926bcd5f23fe091 (patch) | |
tree | 564b194a11f8a17ff874b46ab3af056d9e6e8874 /lib/orber/doc/src | |
parent | 603280480adac3ff698db538d26966ecfb46d499 (diff) | |
download | otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.tar.gz otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.tar.bz2 otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.zip |
[orber] Add test suite for ORB with dual ipv4/ipv6 configuration
Diffstat (limited to 'lib/orber/doc/src')
-rw-r--r-- | lib/orber/doc/src/corba.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/orber/doc/src/corba.xml b/lib/orber/doc/src/corba.xml index 685b497e09..4a11b271b4 100644 --- a/lib/orber/doc/src/corba.xml +++ b/lib/orber/doc/src/corba.xml @@ -370,9 +370,11 @@ Example: <p>This function takes a <c>corbaname</c>, <c>corbaloc</c> or an IOR on the external string representation and returns the object reference.</p> <p>To lookup the NameService reference, simply use - <c>"corbaloc:iiop:[email protected]:4001/NameService"</c></p> + <c>"corbaloc:iiop:[email protected]:4001/NameService"</c></p> <p>We can also resolve an object from the NameService by using - <c>"corbaname:iiop:[email protected]:4001/NameService#org/Erlang/MyObj"</c></p> + <c>"corbaname:iiop:[email protected]:4001/NameService#org/Erlang/MyObj"</c></p> + <p>To lookup the NameService reference with an IPv6 address, simply use + <c>"corbaloc:iiop:1.2@[FEC1:0:3:0:0312:44AF:FAB1:3D01]:4001/NameService"</c></p> <p>For more information about <c>corbaname</c> and <c>corbaloc</c>, see the User's Guide (Interoperable Naming Service).</p> <p>The <em>configuration</em> context is used to override the global |