Révision 7030bde0
Add bridge as a valid family for chain tables
manifests/chain.pp | ||
---|---|---|
1 | 1 |
# manage a chain |
2 | 2 |
define nftables::chain ( |
3 | 3 |
# lint:ignore:parameter_documentation |
4 |
Pattern[/^(ip|ip6|inet|netdev)-[a-zA-Z0-9_]+$/] $table = 'inet-filter', |
|
4 |
Pattern[/^(ip|ip6|inet|netdev|bridge)-[a-zA-Z0-9_]+$/] $table = 'inet-filter',
|
|
5 | 5 |
Pattern[/^[a-zA-Z0-9_]+$/] $chain = $title, |
6 | 6 |
Optional[Pattern[/^\d\d-[a-zA-Z0-9_]+$/]] $inject = undef, |
7 | 7 |
Optional[String] $inject_iif = undef, |
Formats disponibles : Unified diff