This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new 846f731f13 Doc: document IP allow filter for remap. (#9626)
846f731f13 is described below
commit 846f731f13b7e90d08d7578cb00dfdfa5b67355a
Author: Alan M. Carroll <[email protected]>
AuthorDate: Wed Apr 19 20:22:35 2023 -0500
Doc: document IP allow filter for remap. (#9626)
(cherry picked from commit 1461d6dd782773bbfa9ee772b14cef627b2b2dbf)
---
doc/admin-guide/files/ip_allow.yaml.en.rst | 2 ++
doc/admin-guide/files/remap.config.en.rst | 15 +++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/doc/admin-guide/files/ip_allow.yaml.en.rst
b/doc/admin-guide/files/ip_allow.yaml.en.rst
index 4c4553cb11..1f1843e21a 100644
--- a/doc/admin-guide/files/ip_allow.yaml.en.rst
+++ b/doc/admin-guide/files/ip_allow.yaml.en.rst
@@ -14,6 +14,8 @@
.. include:: ../../common.defs
.. highlight:: yaml
+.. _ip-allow:
+
===============
ip_allow.yaml
===============
diff --git a/doc/admin-guide/files/remap.config.en.rst
b/doc/admin-guide/files/remap.config.en.rst
index 6df6863cea..71892749c2 100644
--- a/doc/admin-guide/files/remap.config.en.rst
+++ b/doc/admin-guide/files/remap.config.en.rst
@@ -480,6 +480,21 @@ mapping rules. (It is activated before any mappings and is
never
deactivated.) The filter `local_only` will only be applied to the
second mapping.
+Implict IPAllow filter
+======================
+
+To allow control of :ref:`IP Allow<ip-allow>` it is treated as an implicitly
active and named
+filter. When this filter is active IP Allow checks are done before remap. To
prevent this for
+specific remap rules, this filter, named "ip_allow", must be disabled. The
common way of doing this
+would be ::
+
+ .deactivatefilter ip_allow
+ map ...
+ map ...
+ .activateefilter ip_allow
+
+Note this entirely disables IP Allow checks for those remap rules.
+
NextHop Selection Strategies
============================