Projet

Général

Profil

Révision 2075a727

ID2075a727d6f4b15525058d3d7c8dc19a10821e16
Parent cfcafde5
Enfant c2800a39

Ajouté par Steve Traylen il y a plus de 4 ans

Correct NFS udp and tcp port matching

There was a missing `th` from rule which from the examples in the man
page is meant to be there.

Cannot find the docs for what `th` does.

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 } dport nfs accept comment "Accept NFS3"',
5
      content => 'meta l4proto { tcp, udp } th dport nfs accept comment "Accept NFS3"',
6 6
  }
7 7
}

Formats disponibles : Unified diff