Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4059
Description
Yang model like this:
grouping c-struct {
leaf lf
}
container test-cs {
container test-c1
}
rpc mergeC1 {
input { uses c-struct; }
}
rpc putC1 {
input
}
------------------------------------------------------------------------------------
Register test-c1's changes, scope is BASE.
when use tx.put(store, path, t, createMissingParents), data change listener can get data chage event, otherwise use tx.merge(store, path, t, createMissingParents) can't. Test-c1's value in datastore are both changed using two method.