From 7821dc1aa7ca1b86e233416c9287c33f065e390c Mon Sep 17 00:00:00 2001 From: job <> Date: Thu, 16 Apr 2020 23:36:52 +0000 Subject: [PATCH] Suggest to update RPKI once an hour. In autonomous systems running bgpd(8) and rpki-client(8) on their edge routers, it may be beneficial when out-of-the-box all routers don't all do rpki fetches & bgp loads at the same time. It is expected behavior for RPKI information to un-evenly percolate towards the BGP edge in a staggered way. The 'once an hour' pace may be a reasonable balance between the needs of internet users, and what network operators tolerate in churn. OK deraadt@ --- src/etc/crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/crontab b/src/etc/crontab index ccc5c688..c4337b49 100644 --- a/src/etc/crontab +++ b/src/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.26 2020/04/15 03:24:08 millert Exp $ +# $OpenBSD: crontab,v 1.27 2020/04/16 23:36:52 job Exp $ # # /var/cron/tabs/root - root's crontab # @@ -19,4 +19,4 @@ HOME=/var/log 30 5 1 * * /bin/sh /etc/monthly #~ * * * * /usr/libexec/spamd-setup -#0~20 9 * * * -n rpki-client -v && bgpctl reload +#~ * * * * -s -n rpki-client -v && bgpctl reload