mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '1285-documentation-update-to-sortlist-feature-bugs-42615' into 'master'
arm: Add a sentence about overlaping selectors in sortlist statement Closes #1285 See merge request isc-projects/bind9!2517
This commit is contained in:
commit
3361247519
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
ACL name or a nested <command>address_match_list</command>) 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>
|
||||
Once the source address of the query has been matched, if the
|
||||
|
|
|
|||
Loading…
Reference in a new issue