aboutsummaryrefslogtreecommitdiffstats
path: root/main/nftables/nftables.confd
Commit message (Collapse)AuthorAgeFilesLines
* main/nftables: change default rules_file location and save_on_stopJakub Jirutka2020-01-041-3/+3
|
* main/nftables: change default save location to /etc/firewall.nftJakub Jirutka2018-04-011-1/+1
| | | | | | | | | | This is a configuration and so should be stored in /etc. Also nftables format is very well suited for hand-written firewall configuration, not just for dumping current rules managed manually by ntf tool or generated by some shell script. However, to be consistent with iptables package, I kept save_on_stop enabled by default.
* main/nftables: add support for enabling forwarding to runscriptJakub Jirutka2018-04-011-0/+5
|
* main/nftables: improve runscript, fix code-style, rename varsJakub Jirutka2018-04-011-8/+8
|
* main/nftables: moved from testingEivind Uggedal2015-09-151-0/+19
Since linux 3.18 the elaborate clear logic is no longer needed. Replace it with the safer: nft flush ruleset