aboutsummaryrefslogtreecommitdiff
path: root/REFERENCE.md
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2019-09-11 16:01:32 +0200
committerThore Bödecker <me@foxxx0.de>2019-09-11 16:01:32 +0200
commit3d868fb81532d717fd625638781e4663a834260c (patch)
tree397bcfd1f98200da896b8d032cbd4b9bcb1a3749 /REFERENCE.md
parent6d96e030be0db4a916dd6a9bd0b25570d359e634 (diff)
downloadpuppet-ferm-3d868fb81532d717fd625638781e4663a834260c.tar.gz
puppet-ferm-3d868fb81532d717fd625638781e4663a834260c.tar.bz2
allow using an array for $proto
This enables defining ferm::rule with multiple protocols at once, because using 'all' for $proto does not allow using $dport/$sport.
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 19ffae0..d9adadb 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -412,7 +412,7 @@ Alias of `Enum['ACCEPT', 'DROP']`
a list of allowed protocolls to match
-Alias of `Enum['icmp', 'tcp', 'udp', 'udplite', 'icmpv6', 'esp', 'ah', 'sctp', 'mh', 'all']`
+Alias of `Variant[Enum['icmp', 'tcp', 'udp', 'udplite', 'icmpv6', 'esp', 'ah', 'sctp', 'mh', 'all'], Array[Enum['icmp', 'tcp', 'udp', 'udplite', 'icmpv6', 'esp', 'ah', 'sctp', 'mh', 'all']]]`
### Ferm::Tables