Projet

Général

Profil

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

root / manifests / ip_nat.pp @ fcb79d73

Historique | Voir | Annoter | Télécharger (1,72 ko)

# Date Auteur Commentaire
fcb79d73 2021-09-07 05:37 Ben Morrice

support a different table name for 'nat'
- Some applications (such as libvirt) still use iptables to inject firewall
rules
- iptables will refuse to update tables that were initially created with nft
- This commit allows defining the name of the 'nat' table in order to avoid...

948ebc98 2020-12-11 02:25 Nacho Barrientos

Prefix custom tables with custom- so they're loaded

fcb1d356 2020-12-10 02:23 Nacho Barrientos

Auto fill simple table configuration

11bf7237 2020-12-07 09:51 Steve Traylen

lint_fix results

248ef9d5 2020-10-28 14:40 tr

Add basic ip6 nat chains

c1224db5 2020-10-23 13:47 tr

Move filter rules to inet_filter class

e17693e3 2020-10-20 08:29 Steve Traylen

New parameter out_all, default false

In order to allow all outbound traffic a parameter is
added to enable a simple `allow` entry on the out chain.

Default is false so backwards compatible.

If true all the other out_bound rules (ntp, ...) will be disabled...

c8092701 2020-08-30 06:17 tr

Split init class