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:
John R Barker 2017-09-14 11:42:20 +01:00 committed by GitHub
commit 4c9ad00c50
15 changed files with 29 additions and 13 deletions

View file

@ -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.