Révision 2075a727
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.
manifests/rules/nfs3.pp | ||
---|---|---|
2 | 2 |
class nftables::rules::nfs3 { |
3 | 3 |
nftables::rule { |
4 | 4 |
'default_in-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