CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/09/01 06:39:52
Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rtr.c Log message: Implement roa-set data expiry. Every prefix in a roa-set can specify an optional expires timestamp. The rtr process is walking the roa-set every 5min and removes every prefix that is expired. With this stale RPKI data will slowly disapear and not linger around. OK job@