Merge pull request #1937 from Comcast/fix/iptables_dscp_docs
fix dscp marking documentation in iptables module
This commit is contained in:
commit
78b6645d10
1 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- "This allows specifying a DSCP mark to be added to packets.
|
- "This allows specifying a DSCP mark to be added to packets.
|
||||||
It takes either an integer or hex value. Mutually exclusive with
|
It takes either an integer or hex value. Mutually exclusive with
|
||||||
C(dscp_mark_class)."
|
C(set_dscp_mark_class)."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
set_dscp_mark_class:
|
set_dscp_mark_class:
|
||||||
|
@ -224,7 +224,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- "This allows specifying a predefined DiffServ class which will be
|
- "This allows specifying a predefined DiffServ class which will be
|
||||||
translated to the corresponding DSCP mark. Mutually exclusive with
|
translated to the corresponding DSCP mark. Mutually exclusive with
|
||||||
C(dscp_mark)."
|
C(set_dscp_mark)."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
comment:
|
comment:
|
||||||
|
|
Loading…
Reference in a new issue