-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from napalm-automation-community/develop
Release 2.4.1
- Loading branch information
Showing
4 changed files
with
20 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
setup( | ||
name="napalm-mos", | ||
version="2.4.0", | ||
version="2.4.1", | ||
packages=find_packages(), | ||
author="Benny Holmgren, Brandon Ewing", | ||
author_email="[email protected], [email protected]", | ||
|
1 change: 1 addition & 0 deletions
1
test/unit/mocked_data/test_get_lldp_neighbors_detail/empty_cap/expected_result.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"et37": [{"parent_interface": "et37", "remote_port": "74:a0:2f:1c:1f:91", "remote_port_description": "eth1", "remote_chassis_id": "74:a0:2f:1c:1f:91", "remote_system_name": "localhost", "remote_system_description": "CentOS Linux 7 (Core) Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64", "remote_system_capab": ["bridge", "router", "wlan-access-point"], "remote_system_enable_capab": []}]} |
13 changes: 13 additions & 0 deletions
13
...nit/mocked_data/test_get_lldp_neighbors_detail/empty_cap/show_lldp_neighbor__verbose.text
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
* et37 | ||
src: (mac address) 74:a0:2f:1c:1f:91 | ||
received: Wed Jul 17 10:09:25 2019 (0:00:15) | ||
chassis id: (mac address) 74:a0:2f:1c:1f:91 | ||
port id: (mac address) 74:a0:2f:1c:1f:91 | ||
time to live: 120 secs | ||
system name: localhost | ||
system description: CentOS Linux 7 (Core) Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 | ||
system capability: {'enabled': '', 'capabilities': 'mac-bridge,wlan-access-point,router'} | ||
port description: eth1 | ||
IEEE 802.3 link aggr (3): {'capability': 'capable', 'status': 'not in aggregation', 'port id': '00 00 00 00'} | ||
IEEE 802.3 mac phy cfg status (1): {'auto-neg status': 'enabled', 'auto-neg support': 'supported'} | ||
end of lldpdu: |