• source navigation  • identifier search  • freetext search  • 

Sources/firewall4/root/usr/share/nftables.d/

Back Parent directory
File README 991 bytes

  1 This directory may contain partial nftables files which are automatically
  2 included into the nftables ruleset generated by the fw4 program.
  3 
  4 Only accessible files (no broken symlinks, no files with insufficient
  5 permissions) with an `*.nft` file extension are considered.
  6 
  7 The include position of each file within the overall ruleset is derived
  8 from the file path:
  9 
 10  - Files in ./ruleset-pre/ and ./ruleset-post/ are included before and
 11    after the `table inet fw4 { ... }` declaration respectively
 12 
 13  - Files in ./table-pre/ and ./table-post/ are included before the first
 14    chain and after the last chain declaration within the fw4 table
 15    respectively
 16 
 17  - Files in ./chain-pre/${chain}/ and ./chain-post/${chain}/ are included
 18    before the first and after the last rule within the mentioned chain of
 19    the fw4 table respectively
 20 
 21 Automatic inclusion of these files can be disabled by setting the global
 22 `auto_includes` option to `0` within the defaults section of
 23 /etc/config/firewall.

This page was automatically generated by LXR 0.3.1.  •  OpenWrt