From dca61cc3978d64ea7ba3a314a3805e3ac5da7e4b Mon Sep 17 00:00:00 2001 From: Renato Orgito Date: Thu, 5 Apr 2018 15:14:55 -0300 Subject: [PATCH] Update docs to reflect support for CDP neighbors (#38051) --- lib/ansible/modules/network/ios/ios_interface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/ios/ios_interface.py b/lib/ansible/modules/network/ios/ios_interface.py index 71665d99e9f..93e42bc276b 100644 --- a/lib/ansible/modules/network/ios/ios_interface.py +++ b/lib/ansible/modules/network/ios/ios_interface.py @@ -58,15 +58,15 @@ options: - Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html) neighbors: description: - - Check the operational state of given interface C(name) for LLDP neighbor. + - Check the operational state of given interface C(name) for CDP/LLDP neighbor. - The following suboptions are available. suboptions: host: description: - - "LLDP neighbor host for given interface C(name)." + - "CDP/LLDP neighbor host for given interface C(name)." port: description: - - "LLDP neighbor port to which given interface C(name) is connected." + - "CDP/LLDP neighbor port to which given interface C(name) is connected." aggregate: description: List of Interfaces definitions. delay: