Skip to content

Commit

Permalink
Switch to RTR version 0 - RFC 6810; the ASPA work still is in flux hi…
Browse files Browse the repository at this point in the history
…ndering users (#124)

Switch to RTR version 0 - RFC 6810; the ASPA work still is in flux hindering users.
  • Loading branch information
job authored Aug 6, 2024
1 parent bf5793c commit cef0a53
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", 2, "RTR protocol version. Version 2 is draft-ietf-sidrops-8210bis-10")
RTRVersion = flag.Int("protocol", 1, "RTR protocol version. Default is version 1 (RFC 8210)")
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 cef0a53

Please sign in to comment.