CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/08/12 09:23:17
Modified files:
usr.sbin/rpki-client: rrdp_notification.c
Log message:
The RRDP specification is very vage what to do if a notification file
has a serial lower than what the client synced to last time. This could
happen if the CDN has a bad server that distributes old data.
Instead of falling back to a snapshot just ignore this case and consider
the repo synced. Hopefully the next run will bring everything back to normal.
OK job@ benno@