mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
authorMatthew Wild <mwild1@gmail.com>
Sat, 19 Nov 2016 16:01:51 +0000
changeset 2393 a753b21968c5
parent 2392 b6d59998dba7
child 2394 28fbe960adcf
mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
mod_firewall/README.markdown
--- 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
 -----------