forked from pool/nftables
- place example config file into /usr/share/doc/packages/nftables - remove duplicate AssertPathExists file from service - add conflicts towards firewalld service to avoid having both active at the same time
Static Firewall Configuration with nftables.service =================================================== SUSE provides an nftables systemd service which allows to setup simple static firewall rule sets based on configuration files. To use this service you need to create the main configuration file in /etc/nftables/rules/main.nft. A simple template for this can be copied from /usr/share/doc/packages/nftables/main.nft. You can split-up the static firewall configuration into multiple files which are included from the main.nft configuration file. Once the desired static firewall configuration is in place you can test it by running `systemctl start nftables.service`. To enable the service at boot time run `systemctl enable nftables.service`.
Description
Languages
Standard ML
100%