Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / files / config / puppet.nft @ 30462da1

Historique | Voir | Annoter | Télécharger (479 octets)

# Date Auteur Commentaire
30462da1 2020-11-26 05:19 Steve Traylen

Reload rules atomically

Background: The unit file for nftables on CentOS 8 contains:

```
ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf
ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";'
ExecStop=/sbin/nft flush ruleset
```...

e105f149 2020-10-28 14:50 tr

Include table ip6 nat

5df9303f 2020-08-30 05:24 tr

Replace filter with inet-filter

5933ab8e 2020-08-29 10:14 tr

Set NAT only for IPv4

a6064b9f 2020-08-29 10:05 tr

Remove whitespaces

0ba57c66 2020-08-29 05:50 mh

initial release