From 3496a4873a5099080a29155f2b2848686835defc Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 18:23:01 +0200 Subject: [PATCH] Fixed docstring --- network/nxos/nxos_interface_ospf.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/network/nxos/nxos_interface_ospf.py b/network/nxos/nxos_interface_ospf.py index 3966580e74c..d0898d1600b 100644 --- a/network/nxos/nxos_interface_ospf.py +++ b/network/nxos/nxos_interface_ospf.py @@ -26,11 +26,11 @@ description: author: Gabriele Gerbino (@GGabriele) extends_documentation_fragment: nxos notes: - - default, where supported, restores params default value + - Default, where supported, restores params default value. - To remove an existing authentication configuration you should use - message_digest_key_id=default plus all other options matching their + C(message_digest_key_id=default) plus all other options matching their existing values. - - State absent remove the whole OSPF interface configuration + - C(state=absent) removes the whole OSPF interface configuration. options: interface: description: @@ -80,7 +80,7 @@ options: default: null message_digest_key_id: description: - - md5 authentication key-id associated with the ospf instance. + - Md5 authentication key-id associated with the ospf instance. If this is present, message_digest_encryption_type, message_digest_algorithm_type and message_digest_password are mandatory. Valid value is an integer and 'default'. @@ -107,7 +107,8 @@ options: default: null state: 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 default: present choices: ['present','absent']