Historique | Voir | Annoter | Télécharger (1,41 ko)
Auto fill simple table configuration
Use single line for each parameter definition
lint_fix results
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.
Explicitly set ensure file
initial release