Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The netconf code for processing "with-defaults" has been aligned to be similar to the existing restconf code. In particular netconf is now only passing the part of the tree that needs to have the "with-defaults" modifications made to it. A new routine has been added to detect if a query is only for leaf fields. In that case when "with-defaults" is set to report-all, there is no need to check if we need to add additional defaults.
- Loading branch information