From b5944f63cff01edcece5c0af00acfef8a5fc10dc Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 6 Mar 2019 19:38:12 +0100 Subject: regenerate REFERENCE.md --- REFERENCE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFERENCE.md') 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 -- cgit v1.2.3