diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-11-29 04:25:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-11-29 04:25:12 +0000 |
commit | b7844d8b8ca15540e4cce115a6f06cb3bbe7a1d9 (patch) | |
tree | f6a22dcb5418170fa86753ef921f59b7ea785152 /etc | |
parent | d28cadc0a8dd6b07d826eddec32be9784807bb2f (diff) |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 1b090ab3e26..f926d0fc99c 100644 --- a/etc/crontab +++ b/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 |