From a47a3615418893dc95c0f49d7926bcd5f23fe091 Mon Sep 17 00:00:00 2001
From: Lars Thorsen
Date: Thu, 31 Jul 2014 12:44:37 +0200
Subject: [orber] Add test suite for ORB with dual ipv4/ipv6 configuration
---
lib/orber/doc/src/corba.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'lib/orber/doc')
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:
This function takes a corbaname, corbaloc or an IOR on the
external string representation and returns the object reference.
To lookup the NameService reference, simply use
- "corbaloc:iiop:1.2@123.0.0.012:4001/NameService"
+ "corbaloc:iiop:1.2@123.0.0.12:4001/NameService"
We can also resolve an object from the NameService by using
- "corbaname:iiop:1.2@123.0.0.012:4001/NameService#org/Erlang/MyObj"
+ "corbaname:iiop:1.2@123.0.0.12:4001/NameService#org/Erlang/MyObj"
+ To lookup the NameService reference with an IPv6 address, simply use
+ "corbaloc:iiop:1.2@[FEC1:0:3:0:0312:44AF:FAB1:3D01]:4001/NameService"
For more information about corbaname and corbaloc, see
the User's Guide (Interoperable Naming Service).
The configuration context is used to override the global
--
cgit v1.2.3