diff options
author | job <job@cvs.openbsd.org> | 2020-04-16 23:36:53 +0000 |
---|---|---|
committer | job <job@cvs.openbsd.org> | 2020-04-16 23:36:53 +0000 |
commit | 01a172a416aa8a61e41d9df4053f2554fdfae87a (patch) | |
tree | ffc122090cd79fe2513801a7537a6b22ad5bc782 /etc | |
parent | 73f6c322b0d8d229b5e7c898f89b7174fde15062 (diff) |
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@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index ccc5c688492..c4337b497e8 100644 --- a/etc/crontab +++ b/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 |