From f42d7a1f86d7afe889438c244bac1cd9d673a606 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 29 Nov 2019 04:25:11 +0000 Subject: [PATCH] Uncomment a single line in root's crontab to run rpki-client and reload bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example RPKI ROA filtering on your OpenBGP edge. Arguments remain about how often to run this operation, for now we propose 9AM when people who can fix their shit are in the office. ok claudio benno --- src/etc/crontab | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/crontab b/src/etc/crontab index 1b090ab3..f926d0fc 100644 --- a/src/etc/crontab +++ b/src/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.22 2016/09/04 09:37:26 tb Exp $ +# $OpenBSD: crontab,v 1.23 2019/11/29 04:25:11 deraadt Exp $ # # /var/cron/tabs/root - root's crontab # @@ -18,3 +18,5 @@ HOME=/var/log 30 3 * * 6 /bin/sh /etc/weekly 30 5 1 * * /bin/sh /etc/monthly #0 * * * * sleep $((RANDOM \% 2048)) && /usr/libexec/spamd-setup + +#0 9 * * * -n rpki-client -v && bgpctl reload