The function configtree.set_tag is used heavily in migration scripts, and is a binding to the backend 'set_tag(path, true). The migration script bgp/0-to-1 elegantly moves an existing tag node to a leaf node, and in this case, delete_tag is not, strictly, needed. To generalize the method there, however, delete_tag should be used. This is as simple as adding a binding to the backend 'set_tag(path, false).
Description
Description
Details
Details
- Version
- vyos-1.4, vyos-1.3
- Is it a breaking change?
- Perfectly compatible
- Issue type
- Internal change (not visible to end users)
Related Objects
Related Objects
Event Timeline
Comment Actions
Yes for Circinus; I think not advisable for Sagitta, but let us ask @dmbaturin for opinion.