mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Correct typos in docs strings (#5233)
This commit is contained in:
parent
4ac3b0c5d5
commit
2a9e5687eb
2 changed files with 3 additions and 3 deletions
|
@ -105,10 +105,10 @@ options:
|
||||||
pn_mirror_receive:
|
pn_mirror_receive:
|
||||||
description:
|
description:
|
||||||
- Specify if the configuration receives mirrored traffic.
|
- Specify if the configuration receives mirrored traffic.
|
||||||
pn_unkown_ucast_level:
|
pn_unknown_ucast_level:
|
||||||
description:
|
description:
|
||||||
- Specify an unkown unicast level in percent. The default value is 100%.
|
- Specify an unkown unicast level in percent. The default value is 100%.
|
||||||
pn_unkown_mcast_level:
|
pn_unknown_mcast_level:
|
||||||
description:
|
description:
|
||||||
- Specify an unkown multicast level in percent. The default value is 100%.
|
- Specify an unkown multicast level in percent. The default value is 100%.
|
||||||
pn_broadcast_level:
|
pn_broadcast_level:
|
||||||
|
|
|
@ -40,7 +40,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: ['true','false']
|
choices: ['true','false']
|
||||||
stratrum:
|
stratum:
|
||||||
description:
|
description:
|
||||||
- If C(master=true), an optional stratum can be supplied (1-15).
|
- If C(master=true), an optional stratum can be supplied (1-15).
|
||||||
The device default is 8.
|
The device default is 8.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue