Fixed docstring
This commit is contained in:
parent
e8b9a7cae7
commit
7e645e16a7
1 changed files with 2 additions and 3 deletions
|
@ -20,15 +20,14 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nxos_pim_rp_address
|
||||
version_added: "2.2"
|
||||
short_description: Manages configuration of an Protocol Independent Multicast
|
||||
(PIM) static rendezvous point (RP) address instance.
|
||||
short_description: Manages configuration of an PIM static RP address instance.
|
||||
description:
|
||||
- Manages configuration of an Protocol Independent Multicast (PIM) static
|
||||
rendezvous point (RP) address instance.
|
||||
author: Gabriele Gerbino (@GGabriele)
|
||||
extends_documentation_fragment: nxos
|
||||
notes:
|
||||
- state=absent remove the whole rp-address configuration, if existing.
|
||||
- C(state=absent) remove the whole rp-address configuration, if existing.
|
||||
options:
|
||||
rp_address:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue