aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/diameter.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2014-12-01 14:53:40 +0100
committerAnders Svensson <[email protected]>2014-12-01 14:53:40 +0100
commit427acaf7367da877730363e051eaa55c54faafca (patch)
tree9bbd2bfcb77745b860ee1842b5c2e14042f86985 /lib/diameter/doc/src/diameter.xml
parent2ed565e2f3ff7359f59528899a562381501e3ce9 (diff)
parentc29dd0129b35390334bb6d2bbed5500b7089a532 (diff)
downloadotp-427acaf7367da877730363e051eaa55c54faafca.tar.gz
otp-427acaf7367da877730363e051eaa55c54faafca.tar.bz2
otp-427acaf7367da877730363e051eaa55c54faafca.zip
Merge branch 'anders/diameter/filters/OTP-12308' into maint
* anders/diameter/filters/OTP-12308: Order peers in pick_peer callbacks
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r--lib/diameter/doc/src/diameter.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml
index ab9ad25a3a..00b54ffbc4 100644
--- a/lib/diameter/doc/src/diameter.xml
+++ b/lib/diameter/doc/src/diameter.xml
@@ -500,6 +500,18 @@ Matches only those peers matched by each filter in the specified list.</p>
<p>
Matches only those peers matched by at least one filter in the
specified list.</p>
+
+<p>
+The resulting peer list will be in match order, peers matching the
+first filter of the list sorting before those matched by the second,
+and so on.
+For example, the following filter causes peers matching both the host
+and realm filters to be presented before those matching only the realm
+filter.</p>
+
+<pre>
+{any, [{all, [host, realm]}, realm]}
+</pre>
</item>
</taglist>