Fixed docstring

reviewable/pr18780/r1
GGabriele 9 years ago
parent e8b9a7cae7
commit 7e645e16a7

@ -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…
Cancel
Save