From 0753777f1f3897b7462a9907d1678e5c0bf94c99 Mon Sep 17 00:00:00 2001 From: Ben Cartwright-Cox Date: Thu, 23 Feb 2023 12:21:03 +0000 Subject: [PATCH] Revert "Set default StayRTR version to 2" This reverts commit f40e9ccf4e30e968ad6b076b4bee438d566552fa. Cannot do this, Cloudflare's RTR server cannot deal with this --- cmd/rtrdump/rtrdump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rtrdump/rtrdump.go b/cmd/rtrdump/rtrdump.go index 3ca384c..fc517cb 100644 --- a/cmd/rtrdump/rtrdump.go +++ b/cmd/rtrdump/rtrdump.go @@ -38,7 +38,7 @@ var ( Serial = flag.Int("serial.value", 0, "Serial number") Session = flag.Int("session.id", 0, "Session ID") - FlagVersion = flag.Int("rtr.version", 2, "What RTR version you want to use, Version 2 is draft-ietf-sidrops-8210bis-10") + FlagVersion = flag.Int("rtr.version", 1, "What RTR version you want to use, Version 2 is draft-ietf-sidrops-8210bis-10") ConnType = flag.String("type", "plain", "Type of connection: plain, tls or ssh") ValidateCert = flag.Bool("tls.validate", true, "Validate TLS")