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:
Ganesh Nalawade 2018-01-02 18:43:08 +05:30 committed by GitHub
parent 3681d0e3e0
commit 48f20a77af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 200 additions and 1 deletions

View file

@ -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.