Fixed docstring

reviewable/pr18780/r1
GGabriele 8 years ago
parent 18562835e3
commit 398e825c1b

@ -20,18 +20,18 @@ DOCUMENTATION = '''
--- ---
module: nxos_bgp_neighbor module: nxos_bgp_neighbor
version_added: "2.2" version_added: "2.2"
short_description: Manages BGP neighbors configurations short_description: Manages BGP neighbors configurations.
description: description:
- Manages BGP neighbors configurations on NX-OS switches - Manages BGP neighbors configurations on NX-OS switches.
author: Gabriele Gerbino (@GGabriele) author: Gabriele Gerbino (@GGabriele)
extends_documentation_fragment: nxos extends_documentation_fragment: nxos
notes: notes:
- State 'absent' removes the whole BGP neighbor configuration - C(state=absent) removes the whole BGP neighbor configuration.
- default, where supported, restores params default value - Default, where supported, restores params default value.
options: options:
asn: asn:
description: description:
- BGP autonomous system number. Valid values are String, - BGP autonomous system number. Valid values are string,
Integer in ASPLAIN or ASDOT notation. Integer in ASPLAIN or ASDOT notation.
required: true required: true
vrf: vrf:
@ -86,7 +86,7 @@ options:
log_neighbor_changes: log_neighbor_changes:
description: description:
- Specify whether or not to enable log messages for neighbor - Specify whether or not to enable log messages for neighbor
up/down event. up/down event.
required: false required: false
choices: ['enable', 'disable', 'inherit'] choices: ['enable', 'disable', 'inherit']
default: null default: null
@ -176,7 +176,8 @@ options:
default: null default: null
state: state:
description: description:
- Determines whether the config should be present or not on the device. - Determines whether the config should be present or not
on the device.
required: false required: false
default: present default: present
choices: ['present','absent'] choices: ['present','absent']

Loading…
Cancel
Save