Ben Maddison
Ben Maddison
I'm leaving this here mostly for posterity, as this issue don't seem to have been encountered (or at least written down) before, and hopefully it will save someone the hours...
This feature was deferred from #188. Use of `[..]` patterns in `loader.conf` files appears to be uncommon in practise (I haven't found an example in the wild). Leaving this here...
The non-human readable serialization of `SocketAddrV6` (and by extension `SocketAddr`) encodes only IP address and port information, omitting flow info and scope: https://github.com/serde-rs/serde/blob/ddc1ee564b33aa584e5a66817aafb27c3265b212/serde/src/ser/impls.rs#L857-L874 I have already dug around the commit...
The current practise of keeping recent releases in `tools/rpki/validator3/prod/generic/` and thereafter moving them to `tools/rpki/validator3/archive/generic/` makes constructing automation routines for retrieval and installation unnecessarily hard. It would be helpful if...
Currently, the path specified with `--with-tal-directory` controls: - the location at which the TAL files will be written - the location at which the `.constriants` files will be written -...