pyntc icon indicating copy to clipboard operation
pyntc copied to clipboard

Bug with updating attributes associated with self.native

Open jmcgill298 opened this issue 4 years ago • 3 comments

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 avatar May 20 '20 16:05 jmcgill298

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

FragmentedPacket avatar Feb 06 '21 19:02 FragmentedPacket

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

jmcgill298 avatar Feb 06 '21 20:02 jmcgill298

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

jmcgill298 avatar Feb 06 '21 20:02 jmcgill298