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:
@ -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")
|
||||
|
Reference in New Issue
Block a user