Browse Source

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
OPENBSD_6_7
deraadt 4 years ago
parent
commit
f42d7a1f86
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/crontab

+ 3
- 1
src/etc/crontab View File

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

Loading…
Cancel
Save