- Written by Seng Leung
- Posted on 5月 9, 2022
- Updated on 6月 2, 2022
- 8524 Views
When OpenConfig is enabled, the entire YANG tree is exposed to the client. This allows a client to have read and write access to all parts of the YANG tree. In some cases, it would be preferable to block portions of the YANG tree so that specific part of the tree cannot be modified or read by the client.
- Written by Kiran Kumar Immidi
- Posted on 8月 25, 2020
- Updated on 8月 25, 2020
- 8387 Views
The candidate configuration feature implements support for a candidate data store as specified in RFC6241.
- Written by David Graham
- Posted on 9月 17, 2024
- Updated on 9月 18, 2024
- 1205 Views
When this feature is enabled, responses to gNMI get requests as well as NETCONF get-config responses will contain the default values for YANG leafs if those leafs do not have any other value. This means that where a leaf value would normally be returned in a response, its default value (as defined in the YANG model) will be returned if the leaf does not have any other value assigned to it. Before this change, leafs that had a default value would not have been included in gNMI get responses.