aboutsummaryrefslogtreecommitdiff
path: root/types/protocols.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/protocols.pp')
-rw-r--r--types/protocols.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/types/protocols.pp b/types/protocols.pp
index 2ab2cf4..ee3ac2b 100644
--- a/types/protocols.pp
+++ b/types/protocols.pp
@@ -1 +1,2 @@
-type Ferm::Protocols = Enum['icmp', 'tcp', 'udp', 'all']
+# @summary a list of allowed protocolls to match
+type Ferm::Protocols = Enum['icmp', 'tcp', 'udp', 'udplite', 'icmpv6', 'esp', 'ah', 'sctp', 'mh', 'all']