Projet

Général

Profil

Révision f29ea029

IDf29ea0294bd44d9e5816a8c7f665c4ee6f2518fa
Parent df9a09bb
Enfant 863b9d93

Ajouté par Kienan Stewart il y a plus de 4 ans

Fix nftables::rules::out::nfs3 for nftables 0.9.0

Voir les différences:

manifests/rules/out/nfs3.pp
2 2
class nftables::rules::out::nfs3 {
3 3
  nftables::rule {
4 4
    'default_out-nfs3':
5
      content => 'meta l4proto { tcp, udp } th dport nfs accept comment "Accept NFS3"',
5
      content => 'meta l4proto { tcp, udp } @th,16,16 2049 accept comment "Accept NFS3"',
6 6
  }
7 7
}

Formats disponibles : Unified diff