diff options
author | Anders Svensson <[email protected]> | 2013-06-02 14:59:19 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-06-02 14:59:19 +0200 |
commit | e87ef4db28bdb32299682a05314996e34cb5fe25 (patch) | |
tree | 1a3a84125eea412e3aea256e410007a7ec01f201 /lib/diameter/doc | |
parent | aae68673a30f9c7e0fffb424edd6abab6a70c1b9 (diff) | |
parent | f3e38ea0653614bcfd3a03846d4cea3df5da3cdf (diff) | |
download | otp-e87ef4db28bdb32299682a05314996e34cb5fe25.tar.gz otp-e87ef4db28bdb32299682a05314996e34cb5fe25.tar.bz2 otp-e87ef4db28bdb32299682a05314996e34cb5fe25.zip |
Merge branch 'anders/diameter/host_ip_address/OTP-11045' into maint
* anders/diameter/host_ip_address/OTP-11045:
Respect Host-IP-Address configuration
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter_transport.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/diameter/doc/src/diameter_transport.xml b/lib/diameter/doc/src/diameter_transport.xml index 8bccf6521e..9161bd1f48 100644 --- a/lib/diameter/doc/src/diameter_transport.xml +++ b/lib/diameter/doc/src/diameter_transport.xml @@ -137,15 +137,14 @@ passed to the former.</p> <p> The start function should use the <c>Host-IP-Address</c> list in -<c>Svc</c> and/or <c>Config</c> to select an appropriate list of local -IP addresses, and should return this list if different from the -<c>Svc</c> addresses. +<c>Svc</c> and/or <c>Config</c> to select and return an appropriate +list of local IP addresses. In the connecting case, the local address list can instead be communicated in a <c>connected</c> message (see &MESSAGES; below) following connection establishment. In either case, the local address list is used to populate <c>Host-IP-Address</c> AVPs in outgoing capabilities exchange -messages.</p> +messages if <c>Host-IP-Address</c> is unspecified.</p> <p> A transport process must implement the message interface documented below. |