Browse Source

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@
OPENBSD_6_7
job 4 years ago
parent
commit
7821dc1aa7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/crontab

+ 2
- 2
src/etc/crontab View File

@ -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

Loading…
Cancel
Save