Projet

Général

Profil

Révision 948ebc98

ID948ebc9830ddefa7efe0f10e619bd50f10a051d4
Parent bacf254e
Enfant 38205751

Ajouté par Nacho Barrientos il y a plus de 4 ans

Prefix custom tables with custom- so they're loaded

Voir les différences:

manifests/ip_nat.pp
1 1
# manage basic chains in table ip nat
2 2
class nftables::ip_nat inherits nftables {
3
  nftables::config { ['ip-nat', 'ip6-nat']: }
3
  nftables::config {
4
    'ip-nat':
5
      prefix => '';
6
    'ip6-nat':
7
      prefix => '';
8
  }
4 9

  
5 10
  nftables::chain {
6 11
    [

Formats disponibles : Unified diff