Louis
Louis
> Yesterday, I upgraded octorpki to v1.2.0 on each server one-by-one. There have been no issues at all, which is puzzling. Last Friday, if you recall, I was getting disconnects...
@skakee are you still experiencing the issue or should we close this ticket?
Hi @GrandArcher, thank you for the suggestion, I would love for them to support GoRTR but Mikrotik has to implement the RTR protocol. Could you get in touch with them?...
Looks like it is part of the new features in RouterOS 7.0beta8: https://forum.mikrotik.com/viewtopic.php?t=161980
Thanks a lot for the bugfix! (also referencing #31 as it was mentioning Enterprise Templates). Do you have some samples I could test this with?
There is no slack for GoFlow but feel free to email me: louis at cloudflare.com Thank you for the sample, will test it out.
Hello, this has previously been requested. I added this feature in GoFlow2. https://github.com/netsampler/goflow2/blob/d1e1ace3186d8908414f048989cdb5f988b64606/producer/producer_nf.go#L387
Hi @lukastribus, Yes this behavior was implemented on purpose to provide resilience in case of a temporary validator issue. Few things to mention: * It is not driven per any...
@job I based my explanation off the [definition of fail-safe](https://en.wikipedia.org/wiki/Fail-safe). Causing minimal harm to other equipments in my opinion means that it prefers missing a recent update and keep everything...
Just realized I missed this issue. The base format is protobuf. It is meant to be decoded programmatically and avoid conversion (performance impact). Changing the field from bytes to string...