Skip to content

Commit

Permalink
more v2 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Sep 11, 2024
1 parent 93db6e9 commit fba3f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rtrdump/rtrdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 1 is RFC8210")

ConnType = flag.String("type", "plain", "Type of connection: plain, tls or ssh")
ValidateCert = flag.Bool("tls.validate", true, "Validate TLS")
Expand Down

0 comments on commit fba3f33

Please sign in to comment.