Page MenuHomeVyOS Platform

RPKI can't be deleted
Closed, ResolvedPublicBUG

Description

Add rpki config and delete it

set protocols rpki cache routinator address 192.0.2.2
set protocols rpki cache routinator port 3335
commit

delete protocols rpki 

[email protected]# commit
[ protocols rpki ]
Stopping RPKI

[edit]
[email protected]#

Vtysh show run

<pre>!
frr version 7.3.1
frr defaults traditional
hostname r12-1.2.6
log syslog
log facility local7
rpki
  rpki polling_period 3600
  rpki cache 192.0.2.2 3335 preference 1
  exit
service integrated-vtysh-config
!
</pre>

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.4-rolling-202101171022
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

PR https://github.com/vyos/vyatta-cfg-quagga/pull/63

Add

set protocols rpki cache routinator address 192.0.2.2
set protocols rpki cache routinator port 3333
commit

Vtysh

vyos@r5-roll# vtysh -c "show run"
Building configuration...

Current configuration:
!
rpki
  rpki polling_period 3600
  rpki cache 192.0.2.2 3333 preference 1
  exit
service integrated-vtysh-config
!
ip route 0.0.0.0/0 192.168.122.1
!
router bgp 65001
 neighbor 10.0.0.2 remote-as 65002
 neighbor 10.0.0.2 description foo
!

Delete

delete protocols rpki 
commit

Vtysh after delete

vyos@r5-roll# vtysh -c "show run"
Building configuration...

Current configuration:
!
service integrated-vtysh-config
!
ip route 0.0.0.0/0 192.168.122.1
!
router bgp 65001
 neighbor 10.0.0.2 remote-as 65002
 neighbor 10.0.0.2 description foo
!
Viacheslav changed the task status from Open to Needs testing.Jan 18 2021, 12:24 PM
Viacheslav claimed this task.
SrividyaA set Issue type to Bug (incorrect behavior).Aug 30 2021, 5:27 PM