napalm-automation / napalm-ios

Apache License 2.0
31 stars 40 forks source link

Implemented get_cdp_neighbors() and modified get_lldp_neighbors() #185

Open tommarcoen opened 7 years ago

tommarcoen commented 7 years ago

Modified get_lldp_neighbors() to call get_cdp_neighbors() if need-by.

Some other code changed - which is from a different branch to allow for telnet instead of SSH as the protocol.

ktbyers commented 7 years ago

Also unit tests need to pass...which on quick glance looks like fix the pylama lint issues and make the get_cdp_neighbors method a private method.

dbarrosop commented 6 years ago

@TheKnightCoder thanks for your contribution but the code is not passing CI, needs rebasing and there is a code freeze right now as we are migrating all the drivers to a new repo.

ktbyers commented 6 years ago

See https://github.com/napalm-automation/napalm/issues/473

This is a post reunification task. The telnet changes have already been implemented.