-
Notifications
You must be signed in to change notification settings - Fork 42
get_bgp_neighbors_detail() returns 'received_prefix_count' and other prefix related params as a list #28
Comments
Thanks for reporting this @narJH27! |
@narJH27 note that when we fixed the issue, as @mirceaulinic due to a design error, the method response will change. I am sorry for the inconvenience but any code using that method will most likely fail after the change. |
@mirceaulinic thanks for replying and letting me know that this indeed is an issue that is being worked on. @dbarrosop not sure what you mean by "response will change". can you elaborate a bit more on this if possible? |
@mirceaulinic & @dbarrosop also i wanted to point out that we are seeing a sudden increase in the number of connections and in turn file descriptors, to junos devices, that are probably being caused due to the design problem you guys alluded to. Is this something that you are aware of as well and will this also be rectified as part of the design changes you guys are working on? |
@narJH27 Can you please provide more details? This does not sound OK & from what I can understand this is not related to the fact that |
@mirceaulinic will this change in structure be across all the drivers? or just junos? the file descriptor problem might be caused by something else entirely ..... doesn't look to be a napalm issue. |
@narJH27 The object returned by |
@dbarrosop I think you meant "the current dictionary will be nested inside a key representing the VRF, as with
|
Yes, exactly. |
Good, just wanted to make sure we have the same idea in mind. |
cool thanks guys for the confirmation. do let me know when you have these changes incorporated |
This occurs only if both routing tables, ie, inet.0 and inet6.0 are activated for that peer. The data model suggests that the value should be an int instead of a list. Can someone please fix this ?
The text was updated successfully, but these errors were encountered: