Page MenuHomeVyOS Platform

route-maps containing "aggregator as" can not be deleted
Resolved (N/A)PublicBUG

Description

To reproduce:

set policy route-map complicated-configuration rule 1 action deny
set policy route-map complicated-configuration rule 1 set aggregator as 1234567890
set policy route-map complicated-configuration rule 1 set aggregator ip 10.255.255.0

Renders to FRR

!
route-map complicated-configuration deny 1
 set aggregator as 1234567890 10.255.255.0
!
vyos@vyos# delete policy route-map
vyos@vyos# commit
[ policy route-map complicated-configuration rule 1 set aggregator ]
% Unknown command: route-map complicated-configuration  1

delete [ policy route-map complicated-configuration ] failed
Commit failed

Source of evil: https://github.com/vyos/vyatta-cfg-quagga/blob/equuleus/templates/policy/route-map/node.tag/rule/node.tag/set/aggregator/node.def

Details

Difficulty level
Unknown (require assessment)
Version
1.2.7
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

Event Timeline

c-po moved this task from Finished to Backlog on the VyOS 1.3 Equuleus board.
dmbaturin set Issue type to Unspecified (please specify).