Page MenuHomeVyOS Platform

Can't delete route-map rule with comm-list
Closed, ResolvedPublicBUG

Description

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]

Details

Difficulty level
Unknown (require assessment)
Version
1.2.0-rc11
Why the issue appeared?
Will be filled on close