Historique | Voir | Annoter | Télécharger (32 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```...
Use concat for table conf generation
This way other components of the module will be able to add extra stuffto the table definitions like sets.
Add basic ip6 nat chains