Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][data_factory] when deleting container inside list we can't recreate the container #134

Open
Ali-aqrabawi opened this issue Sep 4, 2024 · 0 comments

Comments

@Ali-aqrabawi
Copy link
Contributor

pc(config-routing-frr)# control-plane-protocols control-plane-protocol frr-bgp:bgp bgp default
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# bgp global local-as 111
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# commit

// then delete the container and try to recreate it
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# no bgp 
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# commit 
[INF] There are no subscribers for changes of the module "frr-routing" in running DS.
 commit: changes applied successfully!
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# bgp global local-as 
Incomplete command, missing required argument 'value' for command 'local-as'
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# bgp global local-as 111
pc(config-[type='frr-bgp:bgp'][name='bgp'][vrf='default'])# commit 
[ERR] Cannot insert, node "local-as" is not top-level.
[ERR] Applying operation "merge" failed.
 commit: failed to commit changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant