On Fri, Mar 06, 2020 at 07:11:56PM +0100, Robert Scheck wrote: > On Fri, 06 Mar 2020, Sebastian Benoit wrote: > > Note that I haven't tried this with bird 1 or 2 yet ;) > > comments, oks? > > I did not try it yet, but I think BIRD 1 also needs something like "define > force_roa_table_update = %lld;" and maybe some table definition. I will try > BIRD 1 and 2 during the weekend explicitly and provide specific feedback or > suggest diffs.
BIRD 1 doesn't need such a define, the mechanism is somewhat less sexy, on BIRD 1.6.x you have to issue the following to make a new staticly configured ROAS definition be applied: birdc configure # load new config birdc flush roa # throw away old stuff birdc reload all # apply new stuff to all protocols The table is defined by declaring (and populating) the table as the -current rpki-client does for BIRD v1. Kind regards, Job