aboutsummaryrefslogtreecommitdiff
path: root/REFERENCE.md
diff options
context:
space:
mode:
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index e9736fb..983ee46 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -212,7 +212,7 @@ Default value: $name
##### `dport`
-Data type: `Optional[Variant[Integer,String]]`
+Data type: `Optional[Variant[Stdlib::Port,String[1]]]`
The destination port, can be a range as string or a single port number as integer
@@ -220,7 +220,7 @@ Default value: `undef`
##### `sport`
-Data type: `Optional[Variant[Integer,String]]`
+Data type: `Optional[Variant[Stdlib::Port,String[1]]]`
The source port, can be a range as string or a single port number as integer
@@ -228,7 +228,7 @@ Default value: `undef`
##### `saddr`
-Data type: `Optional[String]`
+Data type: `Optional[String[1]]`
The source address we want to match
@@ -236,7 +236,7 @@ Default value: `undef`
##### `daddr`
-Data type: `Optional[String]`
+Data type: `Optional[String[1]]`
The destination address we want to match