1.7.0-experimental #192
ydahhrk
announced in
Announcements
Replies: 1 comment
|
Many thanks for your work on ASPA! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Improvements since 1.6.8:
No Data Available#70: Reuse RTR session if Fort hasn't been down for a long time(Time limit:
--server.deltas.lifetime * --server.interval.validation)SIGUSR1is received while sleepingThanks to 王鑫 for GHSA-4q3q-6gww-wc52.
There are three new configuration variables:
--output.aspa: File where Fort will print the valid ASPAs found after each validation run.--aspa.max-providers: Maximum number of providers each customerASID is allowed to declare across all RPKI trees during each validation cycle.--server.max-rtr-version: Maximum RTR version the server will be willing to negotiate with RTR clients.Please note that
max-rtr-versiondefaults to zero. This is because Fort's validation currently yields no router keys (defeating the purpose of RTRv1), and the RTRv2 specification is still receiving updates.The latter is all the ".experimental" suffix refers to. If you raise
max-rtr-versionto 2, you'll be trying a feature that hasn't been RFC'd yet.Full Changelog: 1.6.8...1.7.0.experimental
This discussion was created from the release 1.7.0-experimental.
All reactions