From 4abd217aa585063b5658cbcd4935467377e85057 Mon Sep 17 00:00:00 2001 From: David Hocky Date: Wed, 9 Mar 2016 11:20:34 -0500 Subject: [PATCH] add version added to new params --- lib/ansible/modules/extras/system/iptables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/extras/system/iptables.py b/lib/ansible/modules/extras/system/iptables.py index 082fa81fe0..872886f510 100644 --- a/lib/ansible/modules/extras/system/iptables.py +++ b/lib/ansible/modules/extras/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