Fixed: [Missing/no namespace error in YANG augments with default values](https://github.com/clicon/clixon/issues/354)
Tests: ensure all netconf requests with identityref have declared namespaces. * This is part of fixing [Yang identityref XML encoding is not general](https://github.com/clicon/clixon/issues/90)
This commit is contained in:
parent
b748d68912
commit
74da966096
12 changed files with 177 additions and 104 deletions
|
|
@ -79,7 +79,7 @@ cat <<EOF > $dir/startup_db
|
|||
</fdb>
|
||||
<config>
|
||||
<name>default</name>
|
||||
<type>oc-ni-types:DEFAULT_INSTANCE</type>
|
||||
<type xmlns:oc-ni-types="http://openconfig.net/yang/network-instance-types">oc-ni-types:DEFAULT_INSTANCE</type>
|
||||
<enabled>true</enabled>
|
||||
<router-id>1.2.3.4</router-id>
|
||||
</config>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue