Replies: 1 comment 1 reply
-
Hey @Mondhund - this looks like a bug. Would you open an issue with all the required details? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(using python3, napalm 3.2.0)
as said: a call to e.g. get_bgp_neighbors_detail('192.168.0.1') always returns details about all neighbors on the router instead of just one.
In addition I get messages
.
It makes no difference what's in the brackets, e.g. ('lksldfl') or (neighbor_address='192.168.0.1') always returns the same output.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions