Skip to content

Commit b7323b1

Browse files
authored
Add version_added to source and destination parameters
Added version_added field for source and destination parameters.
1 parent 003feca commit b7323b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/modules/pfsense_nat_port_forward.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- An inclusive range can also be specified, using the format C(first-last).
6161
default: null
6262
type: str
63+
version_added: 0.7.1
6364
destination:
6465
description: The destination address, in [!]{IP,HOST,ALIAS,any,IP:INTERFACE,NET:INTERFACE}[:port] format.
6566
default: null
@@ -71,6 +72,7 @@
7172
- An inclusive range can also be specified, using the format C(first-last).
7273
default: null
7374
type: str
75+
version_added: 0.7.1
7476
target:
7577
description: The translated to address, in {ALIAS,IP}[:port] format.
7678
required: false

0 commit comments

Comments
 (0)