Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/admin-guide/files/ip_allow.yaml.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
.. include:: ../../common.defs
.. highlight:: yaml

.. _ip-allow:

===============
ip_allow.yaml
===============
Expand Down
15 changes: 15 additions & 0 deletions doc/admin-guide/files/remap.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,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
============================

Expand Down