summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Orgito <orgito@gmail.com>2018-04-05 15:14:55 -0300
committerJohn R Barker <john@johnrbarker.com>2018-04-05 19:14:55 +0100
commitdca61cc3978d64ea7ba3a314a3805e3ac5da7e4b (patch)
tree3c8f63462327ad72e389ac1487debd7566f6f2ba
parentf630d420c610482ac3c1fa8b67e963546bb31400 (diff)
downloadansible-dca61cc3978d64ea7ba3a314a3805e3ac5da7e4b.tar.gz
Update docs to reflect support for CDP neighbors (#38051)
-rw-r--r--lib/ansible/modules/network/ios/ios_interface.py6
1 files 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 71665d99e9..93e42bc276 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: