Lukas Tribus

Results 87 comments of Lukas Tribus

This should also apply to the date format in emails (via the same or a separate configuration knob).

@danpaquin I understand your reluctance to break the API, but I believe this is absolutely necessary. The library currently doesn't even raise an exception on simple authentication failures. It's very...

I've filed a request to enable rpcap support in debians libpcap back in July: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964985 @guyharris should the debian maintainer go ahead with adding `--enable-remote` or wait?

I'm currently writing and testing a script that handles rtrdump and jq, compares serial and data with a previous run, and returns with different exit codes, infos on stdout and...

I'm accessing `'.["metadata"]["serial"] | numbers'`, if my script doesn't see anything (in case of the serial being omitted), then the script currently assumes "serial": 0 : ``` lukas@rpki-bz:~$ jq '.["metadata"]["serial"]...

Yes, I have to assume zero in this case, so I'm unable to tell the difference between incomplete JSON and "just" missing serial. If rtrdump would output `"serial": 0` then...

Well I didn't think about possible failure scenarios too much to be honest, I'm just trying to make it as robust as possible, so that's why I dislike the idea...

Cloudflare is a public validator on anycast servers. I assume Cloudflare will keep updating server software and when that happens, you will see the TCP connection drop. BIRD should just...

I'm currently testing a nagios-compatible monitoring script (checking for RTR serial updates), I will release it in a few days once testing is complete.

> I'm currently testing a nagios-compatible monitoring script (checking for RTR serial updates), I will release it in a few days once testing is complete. FYI this is here: https://github.com/lukastribus/rtrcheck