Louis
Louis
I ran the following ``` $ go run gortr.go -slurm ./myslurm.json ``` using the SLURM you posted (it had a JSON formatting issue): ``` { "slurmVersion": 1, "validationOutputFilters": { "prefixFilters":...
Hello, Thank you for the PR, looks good to me. But I won't be able to merge yet (see #97). Thank you for your patience.
@jranma I can look into the logs for TCP failures but it might be a Bird issue. rtr.rpki.cloudflare.com is load-balanced, like Lukas said, if we redeploy or do operations on...
it seems to be preferring ipv4 ``` 2020-11-27 13:19:19 ipv4 up 2020-12-06 12:19:42 ipv4 down 2020-12-17 11:04:28 ipv6 up 2020-12-17 11:04:30 ipv6 down 2020-12-17 11:08:43 ipv4 up 2020-12-17 12:32:42 ipv4...
Will fix. Thank you for reporting
I prepared a PR, let me know if you are able to test it. It should silently discard invalid prefixes. Adding logging would be doable in the future. I prefer...
I merged the change on master: could you `git pull` and `go build` inside `cmd/gortr`?
Hello, Do you have a packet capture? There might be an issue if it's using Enterprise format (listed in #31).
Could you give me the CLI arguments you are passing?
After looking at the pcap, I noticed there are custom Enterprise fields in the templates. Unfortunately, this is issue #31 and the templates aren't properly decoded. If you _can_ change...