Small tweak to simplify vlan suggestion in installer

2023-02-19 Thread Andrew Hewus Fresh
Instead of looking at vlans and adding one to the last, which if someone did manual configuration could be inaccurate as ifconfig returns vlans in the order they were created. (oops, just noticed the extra newline, will fix that) Comments, OK? Index: install.sub =

rpki-client: refactor parse_load_crl_from_mft()

2023-02-19 Thread Job Snijders
Hi, I wasn't entirely happy about how parse_load_crl_from_mft() behaved and refactored the function. The good: if the MFT at hand was located in DIR_TEMP and no matching CRL could be found in DIR_TEMP, it would additionally attempt to find a CRL in DIR_VALID. The bad: if the MFT at hand was locat