forked from napalm-automation-community/napalm-aruba-cx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated support for get_snmp_information, get_ntp_servers, get_config…
…, and ping, as well as the related helper functions. Updated supportability in the README.md to reflect these changes.
- Loading branch information
Showing
3 changed files
with
251 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="napalm-aruba-cx", | ||
version="0.1.2", | ||
version="0.1.3", | ||
author="Aruba Automation", | ||
author_email="[email protected]", | ||
description="NAPALM drivers for Aruba AOS-CX Switches", | ||
|