Projet

Général

Profil

Révision c1224db5

IDc1224db52380bb29c9b5a75088c3a49c74c9c693
Parent b3a7a6dd
Enfant fd0eaeca

Ajouté par tr il y a plus de 4 ans

Move filter rules to inet_filter class

Voir les différences:

manifests/ip_nat.pp
37 37
      order   => '02',
38 38
      content => 'policy accept';
39 39
  }
40

  
41
  # basic outgoing rules
42
  if $nftables::out_all {
43

  
44
    include nftables::rules::out::all
45
  } else {
46
    if $nftables::out_ntp {
47
      include nftables::rules::out::chrony
48
    }
49
    if $nftables::out_dns {
50
      include nftables::rules::out::dns
51
    }
52
    if $nftables::out_http {
53
      include nftables::rules::out::http
54
    }
55
    if $nftables::out_https {
56
      include nftables::rules::out::https
57
    }
58
  }
59 40
}

Formats disponibles : Unified diff