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

commit diff sometimes includes namespace in output #44

Closed
krihal opened this issue Sep 28, 2023 · 2 comments
Closed

commit diff sometimes includes namespace in output #44

krihal opened this issue Sep 28, 2023 · 2 comments
Assignees
Labels
bug Something isn't working fixed: plz verify Bug/feature is fixed by developer, need verification

Comments

@krihal
Copy link
Collaborator

krihal commented Sep 28, 2023

172.18.0.100:
   <system>
+     <config>
+        <hostname>foo</hostname>
+     </config>
   </system>
172.18.0.101:
   <system>
+     <config>
+        <hostname>foo</hostname>
+     </config>
   </system>
172.18.0.102:
+  <system xmlns="http://openconfig.net/yang/system">
+     <config>
+        <hostname>foo</hostname>
+     </config>
+  </system>
172.18.0.103:
   <system>
+     <config>
+        <hostname>foo</hostname>
+     </config>
   </system>
172.18.0.104:
   <system>
+     <config>
+        <hostname>foo</hostname>
+     </config>
   </system>
@krihal krihal added the bug Something isn't working label Sep 28, 2023
@olofhagsand olofhagsand added the fixed: plz verify Bug/feature is fixed by developer, need verification label Oct 4, 2023
@olofhagsand
Copy link
Member

Fixed by: clicon/clixon@0a72432
Please review

@krihal
Copy link
Collaborator Author

krihal commented Oct 4, 2023

Namespace now included for all.

@krihal krihal closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed: plz verify Bug/feature is fixed by developer, need verification
Projects
None yet
Development

No branches or pull requests

2 participants