Révision 5944b9cb
Allow some other types of verdicts
manifests/simplerule.pp | ||
---|---|---|
56 | 56 |
Pattern[/^\d\d$/] $order = '50', |
57 | 57 |
String $chain = 'default_in', |
58 | 58 |
String $table = 'inet-filter', |
59 |
Enum['accept', 'drop'] $action = 'accept',
|
|
59 |
Enum['accept', 'continue', 'drop', 'queue', 'return'] $action = 'accept',
|
|
60 | 60 |
Optional[String] $comment = undef, |
61 | 61 |
Optional[Variant[Array[Stdlib::Port, 1], Stdlib::Port, Pattern[/\d+-\d+/]]] $dport = undef, |
62 | 62 |
Optional[Enum['tcp', 'tcp4', 'tcp6', 'udp', 'udp4', 'udp6']] $proto = undef, |
Formats disponibles : Unified diff