mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
Specify default delay (DOCUMENTATION only change) (#30344)
* Specify default delay Also clarify that tx_rate is in bps * aggregates -> aggregate
This commit is contained in:
parent
4980ebf064
commit
4c9ad00c50
15 changed files with 29 additions and 13 deletions
|
@ -57,6 +57,12 @@ options:
|
|||
- Interface link status.
|
||||
default: auto
|
||||
choices: ['full', 'half', 'auto']
|
||||
delay:
|
||||
description:
|
||||
- Time in seconds to wait before checking for the operational state on remote
|
||||
device. This wait is applicable for operational state argument which are
|
||||
I(state) with values C(up)/C(down) and I(neighbors).
|
||||
default: 10
|
||||
neighbors:
|
||||
description:
|
||||
- Check the operational state of given interface C(name) for LLDP neighbor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue