Page MenuHomeVyOS Platform

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

Description

Rewrite protocol RPKI to new XML/Python style

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)

Event Timeline

Viacheslav created this task.
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 reopened this task as Backport pending.
SrividyaA set Issue type to Internal change (not visible to end users).Aug 30 2021, 5:57 PM