diff --git a/cmd/stayrtr/stayrtr.go b/cmd/stayrtr/stayrtr.go index cc83326..01327d4 100644 --- a/cmd/stayrtr/stayrtr.go +++ b/cmd/stayrtr/stayrtr.go @@ -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")