clicon / clixon-controller

Clixon network controller
Apache License 2.0
14 stars 5 forks source link

commit diff sometimes includes namespace in output #44

Closed krihal closed 1 year ago

krihal commented 1 year ago
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>
olofhagsand commented 1 year ago

Fixed by: https://github.com/clicon/clixon/commit/0a7243269320d20b33f470df7337550283638a54 Please review

krihal commented 1 year ago

Namespace now included for all.