Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with updating attributes associated with self.native #108

Open
jmcgill298 opened this issue May 20, 2020 · 3 comments
Open

Bug with updating attributes associated with self.native #108

jmcgill298 opened this issue May 20, 2020 · 3 comments
Labels
Milestone

Comments

@jmcgill298
Copy link
Contributor

Attributes that are passed to init method are subsequently passed to another library for connection handling. These attributes are not currently being updated in the native attribute when they are updated on the object. These attributes need to be changed to descriptors and make use of a common setter method that updates the native attribute.

@jmcgill298 jmcgill298 added the bug label Aug 31, 2020
@FragmentedPacket
Copy link
Contributor

@jmcgill298 Is this still required? I'm looking to contribute a bit more to this project.

@jmcgill298
Copy link
Contributor Author

This is still needed. For drivers using netmiko, the update should be put into the netmiko_base branch into the netmiko base class.

@jmcgill298
Copy link
Contributor Author

Also, nxos will be switched to use netmiko, so it can be excluded

@jeffkala jeffkala added this to the 1.0.0 milestone Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants