Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1250
Description
If my yang model defines a config container as follows -
container blah {
leaf flag
}
and I try to set it using the following XML
<blah>
<flag/>
</blah>
Restconf ignores to set the "flag" field.