Guillaume Mazoyer
Guillaume Mazoyer
Maybe it is time to make contacts a first class citizen inside Peering Manager as well. Instead of having the possibility to register only one contact or use the one...
Looking at the NAPALM documentation we could maybe guess why a peer has gone down using the following fields (returned by NAPALM). ```json 'connection_state' : u'Established', 'previous_connection_state' : u'EstabSync', 'last_event'...
> I'm mainly interested in seeing if a session was turn down due to max prefix violation. I'll have to perform some testing on this but I'm quite confident that...
Looks like the previously mentioned fields do not help us in this case. We'll to try to implement this using something else. Looking at the output on a Juniper router...
Maybe we could add some kind of `configuration_context` field that could be then used in templating (just an idea I had, that needed to be written not to be forgotten).
I'd like to know if you feel this is addressed in 7f4e1f5 or if we need to go further to close the issue.
Thanks for the PR and the impressive amount of work your done. I feel that we could do this a little bit differently and in a more generic fashion, which...
I'm closing this PR as a generic export template feature has been released in 1.7.0. It can generate a RIPE object given the right template but cannot export it to...
I'd like to be extra careful when implementing this. It feels easy to implement I know, just add the config context field to the object we need and we are...
The export template feature introduced in 1.7.0 can help in solving this issue. It still lacks the export to URL (or whatever) feature. So I'll leave this issue open, and...