Page MenuHomeVyOS Platform

Rewrite protocol RPKI to new XML/Python style
Closed, ResolvedPublic

Description

Rewrite protocol RPKI to new XML/Python style

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)

Event Timeline

Viacheslav triaged this task as Normal priority.
Viacheslav created this object in space S1 VyOS Public.
c-po changed the task status from Open to In progress.Jan 26 2021, 7:13 PM
c-po claimed this task.

The following options are deprecated (as of VyOS 1.2), and will be removed:

  • protocols rpki timeout
  • protocols rpki initial-synchronization-timeout

As protocols rpki cache is a tag node, and that tagNode has a leafNode called address, it should be migrated in the following way:

  • protocols rpki cache foo address 1.1.1.1 -> protocols rpki cache 1.1.1.1
  • protocols rpki cache foo port 8080 -> protocols rpki cache 1.1.1.1 port 8080
c-po changed the task status from In progress to Needs testing.Jan 29 2021, 10:04 AM
c-po changed the task status from Resolved to Unknown Status.
c-po changed the task status from Unknown Status to Resolved.Feb 2 2021, 9:08 PM
SrividyaA set Issue type to Internal change (not visible to end users).Aug 30 2021, 5:57 PM