Skip to content

Commit

Permalink
Update for Device class
Browse files Browse the repository at this point in the history
Adding lldp_mgmt_neighbor_info to the list of non-configurable
attributes to be able to access LLDP neighbors from mgmt interface.

AOSANSI-268662

Change-Id: I6a43c9d92b03402696ef68af5f3c760b5013232a
(cherry picked from commit 13614cbd12949a2ffe9c2b18c361fe4f95cc2e28)
  • Loading branch information
Vladimir Vargas committed Oct 6, 2023
1 parent f5b5125 commit 37e35be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyaoscx/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get(self):
"software_info",
"software_version",
"qos_defaults",
"lldp_mgmt_neighbor_info",
]

configurable_attrs = [
Expand Down

0 comments on commit 37e35be

Please sign in to comment.