Fixed [xml bind yang error in xml_bind_yang_rpc_reply #175](https://github.com/clicon/clixon/issues/175)

This commit is contained in:
Olof hagsand 2021-02-16 17:21:33 +01:00
parent a129756c6c
commit dee4e87edf
5 changed files with 56 additions and 12 deletions

View file

@ -216,6 +216,9 @@ module clixon-example {
leaf uk{
type string;
}
leaf val{
type string;
}
}
}
}