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

edit-config usage #1602

Open
pdafv opened this issue Jul 4, 2024 · 1 comment
Open

edit-config usage #1602

pdafv opened this issue Jul 4, 2024 · 1 comment
Labels
is:question Issue is actually a question.

Comments

@pdafv
Copy link

pdafv commented Jul 4, 2024

Hi there!

I am wondering if I am using the correct XML to perform an edit-config that changes multiple elements within a module. Somehow the XML I am using only changes the first one, and I am not sure why.

This is the XML I am using:

<List_number_1 xmlns="urn:some:module">
    <key>0</key>
    <some_leaf>VALUE_TO_BE_CHANGED</some_leaf>
</List_number_1> 
<some_other_leaf xmlns="urn:some:module">ANOTHER_VALUE_TO_BE_CHANGED</some_other_leaf>

With this XML only VALUE_TO_BE_CHANGED is in fact, changed, whereas ANOTHER_VALUE_TO_BE_CHANGED is not. Would be great if I could get some answers as to why that is happening.

Thanks in advance,
Pedro.

@michalvasko
Copy link
Member

Please describe what exactly are you doing with this XML, how are you sending it?

@michalvasko michalvasko added the is:question Issue is actually a question. label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:question Issue is actually a question.
Projects
None yet
Development

No branches or pull requests

2 participants