Delete VRF Commit Failure

Hello everyone,

I am facing an issue with deleting a vrf configuration. The VRF delete fails when there is a static route assigned to it. This vrf delete fails only when the commit is a single commit. If I delete the protocols under vrf as a separate commit and then delete the vrf as another commit, it works like a charm.

The Vyos version I am using is 2025.04.28-0020-rolling.

Below is my example configuration:
image

Here, I have a pseudo-ethernet interface and a corresponding vrf to it. When I delete this VRF from the configure terminal hierarchically as well as through https configure api, the vrf deletion fails with the below error.

The issue seems to be with the parsing of the config_dict.

Please do let me know if I am missing something here and if any other information is required.
Thanks!

1 Like

Kind of this bug report ⚓ T7255 Impossible to delete protocols under VRF

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.