diff options
author | GGabriele <gabrielegerbino@gmail.com> | 2016-09-02 23:47:19 +0200 |
---|---|---|
committer | GGabriele <gabrielegerbino@gmail.com> | 2016-09-02 23:47:19 +0200 |
commit | 7e78c5aad77ed127ba24fd14544b04b2855885b7 (patch) | |
tree | c6e255426c47b8fc3989be374139f06856443314 | |
parent | 9cf9e61da4cc3d3bf84b1e23e4d15fb930526c58 (diff) | |
download | ansible-modules-core-7e78c5aad77ed127ba24fd14544b04b2855885b7.tar.gz |
Fixing module description
-rw-r--r-- | network/nxos/nxos_overlay_global.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/network/nxos/nxos_overlay_global.py b/network/nxos/nxos_overlay_global.py index 48cb4dc1..6e4f1317 100644 --- a/network/nxos/nxos_overlay_global.py +++ b/network/nxos/nxos_overlay_global.py @@ -20,15 +20,13 @@ DOCUMENTATION = ''' --- module: nxos_overlay_global 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: - - Handles the detection of duplicate IP or MAC addresses based on the - number of moves in a given time-interval (seconds). Also configures - anycast gateway MAC of the switch. + - Configures anycast gateway MAC of the switch. author: Gabriele Gerbino (@GGabriele) extends_documentation_fragment: nxos 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", "EE:EE:EE:EE:EE:EE" and "EEEE.EEEE.EEEE" options: |