1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Set default StayRTR version to v2 (With ASPA support)

This commit is contained in:
Ben Cartwright-Cox
2023-02-23 15:56:30 +00:00
parent 3555d81035
commit b09f0e27f0

View File

@ -53,7 +53,7 @@ var (
ExportPath = flag.String("export.path", "/rpki.json", "Export path")
RTRVersion = flag.Int("protocol", 1, "RTR protocol version. Version 2 is draft-ietf-sidrops-8210bis-10")
RTRVersion = flag.Int("protocol", 2, "RTR protocol version. Version 2 is draft-ietf-sidrops-8210bis-10")
RefreshRTR = flag.Int("rtr.refresh", 3600, "Refresh interval")
RetryRTR = flag.Int("rtr.retry", 600, "Retry interval")
ExpireRTR = flag.Int("rtr.expire", 7200, "Expire interval")