Révision f29ea029
Fix nftables::rules::out::nfs3 for nftables 0.9.0
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