2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

arm: Add a sentence about overlaping selectors in sortlist statement

This commit is contained in:
Ondřej Surý
2019-11-01 05:11:53 -05:00
parent 9abcff9ce3
commit ebc61946b2

View File

@@ -8492,7 +8492,8 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
The first element (which may be an IP address, an IP prefix, an The first element (which may be an IP address, an IP prefix, an
ACL name or a nested <command>address_match_list</command>) of ACL name or a nested <command>address_match_list</command>) of
each top level list is checked against the source address of each top level list is checked against the source address of
the query until a match is found. the query until a match is found. When the addresses in the
first element overlap, the first rule to match gets selected.
</para> </para>
<para> <para>
Once the source address of the query has been matched, if the Once the source address of the query has been matched, if the