From aabd6390d4eb2379a73cd240d05d085fd599c71e Mon Sep 17 00:00:00 2001 From: David Hocky Date: Thu, 31 Mar 2016 18:37:37 -0400 Subject: [PATCH] fix dscp marking documentation in iptables module --- lib/ansible/modules/extras/system/iptables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/system/iptables.py b/lib/ansible/modules/extras/system/iptables.py index 10167f1765..c12817005d 100644 --- a/lib/ansible/modules/extras/system/iptables.py +++ b/lib/ansible/modules/extras/system/iptables.py @@ -216,7 +216,7 @@ options: 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)." + C(set_dscp_mark_class)." required: false default: null set_dscp_mark_class: @@ -224,7 +224,7 @@ options: description: - "This allows specifying a predefined DiffServ class which will be translated to the corresponding DSCP mark. Mutually exclusive with - C(dscp_mark)." + C(set_dscp_mark)." required: false default: null comment: