Skip to content

Validate deletion of leaflist entry on nxos #72

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

Open
mahen-g opened this issue Jul 16, 2020 · 2 comments
Open

Validate deletion of leaflist entry on nxos #72

mahen-g opened this issue Jul 16, 2020 · 2 comments
Assignees
Labels
os/nx NX-OS question Further information is requested

Comments

@mahen-g
Copy link

mahen-g commented Jul 16, 2020

The below format is the supported xpath to delete a leaflist entry on nxos.
Please check if we could use the below xpath to perform deletion.

/network-instances/network-instance[name=foo]/config/enabled-address-families[.=IPV4]

Thanks,
Mahendra

@remingtonc remingtonc added os/nx NX-OS question Further information is requested labels Jul 16, 2020
@miott
Copy link
Collaborator

miott commented Jul 16, 2020

There is nothing I see in the infrastructure that would prevent this delete message based on the xpath from reaching the device in the proper format. Does it fail for you?

@remingtonc
Copy link
Contributor

remingtonc commented Jul 16, 2020

@miott This is primarily a task track on me ;) I didn't have an immediate answer on if the XPath format with .=... would be handled by the XPath regex and emitted gNMI path would be supported. This relates back to handy XPath unit tests - #70

@remingtonc remingtonc self-assigned this Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os/nx NX-OS question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants