The include position of each file within the overall ruleset is derived
from the file path:
- - Files in ./table-pre/ and ./table-post/ are included before and after
- the `table inet fw4 { ... }` declaration respectively
+ - Files in ./ruleset-pre/ and ./ruleset-post/ are included before and
+ after the `table inet fw4 { ... }` declaration respectively
- - Files in ./ruleset-pre/ and ./ruleset-post/ are included before the
- first chain and after the last chain declaration within the fw4 table
+ - Files in ./table-pre/ and ./table-post/ are included before the first
+ chain and after the last chain declaration within the fw4 table
respectively
- Files in ./chain-pre/${chain}/ and ./chain-post/${chain}/ are included
the fw4 table respectively
Automatic inclusion of these files can be disabled by setting the global
-`auto_includes` option within the defaults section of /etc/config/firewall.
+`auto_includes` option to `0` within the defaults section of
+/etc/config/firewall.