Added docs for reject_with and uid_owner.
This commit is contained in:
parent
12890b14b2
commit
c15dcf888b
1 changed files with 8 additions and 0 deletions
|
@ -249,6 +249,14 @@ options:
|
||||||
- "Specifies the maximum burst before the above limit kicks in."
|
- "Specifies the maximum burst before the above limit kicks in."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
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 = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue