mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 06:19:10 -07:00
Add ios_lldp module (#34308)
* Add ios_lldp module * Implementation of ios_lldp module * Integration test for ios_lldp module * Minor change
This commit is contained in:
parent
3681d0e3e0
commit
48f20a77af
8 changed files with 200 additions and 1 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = """
|
|||
module: ios_l3_interface
|
||||
version_added: "2.5"
|
||||
author: "Ganesh Nalawade (@ganeshrn)"
|
||||
short_description: Manage L3 interfaces on IOS network devices.
|
||||
short_description: Manage L3 interfaces on Cisco IOS network devices.
|
||||
description:
|
||||
- This module provides declarative management of L3 interfaces
|
||||
on IOS network devices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue