changeset 2389:a753b21968c5

mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
author Matthew Wild <mwild1@gmail.com>
date Sat, 19 Nov 2016 16:01:51 +0000
parents b6d59998dba7
children 28fbe960adcf
files mod_firewall/README.markdown
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/README.markdown	Sat Nov 19 16:00:03 2016 +0000
+++ b/mod_firewall/README.markdown	Sat Nov 19 16:01:51 2016 +0000
@@ -467,6 +467,8 @@
   ------------------------ ------------------------------------------------------------------------
   `JUMP_CHAIN=name`        Switches chains, and passes the stanza through the rules in chain 'name'. If the new chain causes the stanza to be dropped/redirected, the current chain halts further processing.
 
+It is possible to jump to chains defined by other scripts and modules.
+
 Expressions
 -----------