CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/11/04 11:35:09

Modified files:
        usr.sbin/rpki-client: repo.c 

Log message:
Instead of creating a struct repo for each unique caRepository URI
use the rsync URI (a base version of caRepository) and the notify URI
to identify repositories. If both rsync URI and notify URI are the same
then the repo is the same. The notify URI is optional and can be NULL
so the lookup needs to be a bit careful.
This reduces the number of struct repos from 26k to around 50.
OK tb@

Reply via email to