Historique | Voir | Annoter | Télécharger (479 octets)
Reload rules atomically
Background: The unit file for nftables on CentOS 8 contains:
```ExecStart=/sbin/nft -f /etc/sysconfig/nftables.confExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";'ExecStop=/sbin/nft flush ruleset```...
Include table ip6 nat
Replace filter with inet-filter
Set NAT only for IPv4
Remove whitespaces
initial release