summaryrefslogtreecommitdiff
path: root/system/iptables.py
diff options
context:
space:
mode:
authorDavid Hocky <david_hocky@comcast.com>2016-03-09 11:20:34 -0500
committerDavid Hocky <david_hocky@comcast.com>2016-03-09 11:20:34 -0500
commit404267b06442f5b16f5b53af96ef388d0f58fdf4 (patch)
tree5687312851ab83252df10fbd165ebeeea143096b /system/iptables.py
parentb89f0f44d05a13a4c789d813e3b11ee131497674 (diff)
downloadansible-modules-extras-404267b06442f5b16f5b53af96ef388d0f58fdf4.tar.gz
add version added to new params
Diffstat (limited to 'system/iptables.py')
-rw-r--r--system/iptables.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/iptables.py b/system/iptables.py
index 082fa81f..872886f5 100644
--- a/system/iptables.py
+++ b/system/iptables.py
@@ -199,12 +199,14 @@ options:
sctp."
required: false
set_dscp_mark:
+ version_added: "2.1"
description:
- "This allows specifying a DSCP mark to be added to packets.
It takes either an integer or hex value. Mutually exclusive with
C(dscp_mark_class)."
required: false
set_dscp_mark_class:
+ version_added: "2.1"
description:
- "This allows specifying a predefined DiffServ class which will be
translated to the corresponding DSCP mark. Mutually exclusive with