From ebc61946b2d8f0c407eb64134768aba4669962ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 Nov 2019 05:11:53 -0500 Subject: [PATCH] arm: Add a sentence about overlaping selectors in sortlist statement --- doc/arm/Bv9ARM-book.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 6be700c820..96fcb0fb24 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -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 address_match_list) 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. Once the source address of the query has been matched, if the -- GitLab