I'm unable to delete a route-map rule that has a comm-list delete defined. Deleting either the entire rule or just the set comm-list throws an error.
The route-map rule looks as follows:
vyos@r1# show | compare
[edit policy]
-route-map test-route-map {
- rule 1 {
- action permit
- set {
- comm-list {
- comm-list 4
- delete
- }
- }
- }
-}This results in the following error:
vyos@r1# commit [ policy route-map test-route-map rule 1 set comm-list ] You must configure a comm-list delete [ policy route-map test-route-map ] failed Commit failed [edit]