Projet

Général

Profil

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

root / files / config / puppet-ip-nat.nft @ 30462da1

Historique | Voir | Annoter | Télécharger (31 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
```...

e4c32222 2020-11-13 09:55 Nacho Barrientos

Use concat for table conf generation

This way other components of the module will be able to add extra stuff
to the table definitions like sets.

38a67c59 2020-08-30 05:45 tr

Rewrite ip-nat to concat

5933ab8e 2020-08-29 10:14 tr

Set NAT only for IPv4