-
Notifications
You must be signed in to change notification settings - Fork 30
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
fix get_facts, get_interface, get_interface_ip #31
base: master
Are you sure you want to change the base?
fix get_facts, get_interface, get_interface_ip #31
Conversation
The new code failed the Checks i have included recently. It's failing in Black format check. As napalm original project, we have included Black formatter check to this project, please format the code using Black formatter and push the code again. We appreciate your contribution to this project. |
Good afternoon, @codingnetworksb. Okay, I'll get to that soon |
Good afternoon, @codingnetworksb. i'm formatted the code using black |
Good afternoon, @codingnetworksb, haven't seen the changes? |
@vladislav-tenishchev I'm jumping into this now, and I'm happy to help you here. Do you mind adding a unit test to cover the additions please? Cheers! |
Good afternoon!
Conflict resolution didn't go according to plan, so I created a new repository and put my fixes there.
I would like to present some fixes for the library. In particular, fixing the duplication of the Dialer interface in the get_interfaces output, also for this interface, the ip address is now displayed. Also provided get_facts fixes for huawei AR and NE devices. If you consider including this pull request in the master branch, I would appreciate it.