Fixing module description
This commit is contained in:
parent
2b434515d5
commit
9c254656aa
1 changed files with 3 additions and 5 deletions
|
@ -20,15 +20,13 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: nxos_overlay_global
|
module: nxos_overlay_global
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
short_description: Handles the detection of duplicate IP or MAC addresses
|
short_description: Configures anycast gateway MAC of the switch.
|
||||||
description:
|
description:
|
||||||
- Handles the detection of duplicate IP or MAC addresses based on the
|
- Configures anycast gateway MAC of the switch.
|
||||||
number of moves in a given time-interval (seconds). Also configures
|
|
||||||
anycast gateway MAC of the switch.
|
|
||||||
author: Gabriele Gerbino (@GGabriele)
|
author: Gabriele Gerbino (@GGabriele)
|
||||||
extends_documentation_fragment: nxos
|
extends_documentation_fragment: nxos
|
||||||
notes:
|
notes:
|
||||||
- 'default' restores params default value
|
- default, where supported, restores params default value
|
||||||
- Supported MAC address format are "E.E.E", "EE-EE-EE-EE-EE-EE",
|
- Supported MAC address format are "E.E.E", "EE-EE-EE-EE-EE-EE",
|
||||||
"EE:EE:EE:EE:EE:EE" and "EEEE.EEEE.EEEE"
|
"EE:EE:EE:EE:EE:EE" and "EEEE.EEEE.EEEE"
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue