From c15dcf888bee05109247218d90358dc608bbb98e Mon Sep 17 00:00:00 2001 From: Pavel Sychev Date: Thu, 28 Jan 2016 11:27:31 +0300 Subject: [PATCH] Added docs for reject_with and uid_owner. --- system/iptables.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/iptables.py b/system/iptables.py index ebf399101a1..4a85d7316ee 100644 --- a/system/iptables.py +++ b/system/iptables.py @@ -249,6 +249,14 @@ options: - "Specifies the maximum burst before the above limit kicks in." required: false default: null + uid_owner: + description: + - "Specifies the UID or username to use in match by owner rule." + required: false + reject_with: + description: + - "Specifies the error packet type to return while rejecting." + required: false ''' EXAMPLES = '''