# HG changeset patch # User Matthew Wild # Date 1479571311 0 # Node ID a753b21968c5b8638b73b84c5e5ffd7bcbf5aa61 # Parent b6d59998dba7557d526f82e1b1b57ee0d384abed mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file diff -r b6d59998dba7 -r a753b21968c5 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 -----------