From 5e86f3fb4795c03c0c476daac6aeb73ec757165f Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Tue, 6 Aug 2024 21:10:52 +0200 Subject: [PATCH] Update stayrtr.go As @cjeker suggested, version 1 brings other benefits aside from BGPsec --- cmd/stayrtr/stayrtr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stayrtr/stayrtr.go b/cmd/stayrtr/stayrtr.go index c5f47ae..cd9c3c3 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", 0, "RTR protocol version. Default is version 0 (RFC 6810)") + RTRVersion = flag.Int("protocol", 1, "RTR protocol version. Default is version 0 (RFC 6810)") RefreshRTR = flag.Int("rtr.refresh", 3600, "Refresh interval") RetryRTR = flag.Int("rtr.retry", 600, "Retry interval") ExpireRTR = flag.Int("rtr.expire", 7200, "Expire interval")