Skip to content

Commit

Permalink
Update stayrtr.go
Browse files Browse the repository at this point in the history
As @cjeker suggested, version 1 brings other benefits aside from BGPsec
  • Loading branch information
job authored Aug 6, 2024
1 parent 69f8ed8 commit 5e86f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stayrtr/stayrtr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5e86f3f

Please sign in to comment.