Révision 948ebc98
Prefix custom tables with custom- so they're loaded
manifests/ip_nat.pp | ||
---|---|---|
1 | 1 |
# manage basic chains in table ip nat |
2 | 2 |
class nftables::ip_nat inherits nftables { |
3 |
nftables::config { ['ip-nat', 'ip6-nat']: } |
|
3 |
nftables::config { |
|
4 |
'ip-nat': |
|
5 |
prefix => ''; |
|
6 |
'ip6-nat': |
|
7 |
prefix => ''; |
|
8 |
} |
|
4 | 9 |
|
5 | 10 |
nftables::chain { |
6 | 11 |
[ |
Formats disponibles : Unified diff