mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add version added to new params
This commit is contained in:
parent
a3b7dbe1df
commit
4abd217aa5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue