Rate and give feedback:
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
Commit-description
The commit-description capability enables a user to write a description when a device performs a <commit> operation. The description helps configuration rollback.
A description is carried in the <description> parameter of the <commit> operation. The YANG model defines the capability in the huawei-ietf-netconf-ext.yang file.
- RPC request
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <commit> <description xmlns="urn:huawei:yang:huawei-ietf-netconf-ext">Config interfaces</description> </commit> </rpc>
- RPC reply
<rpc-reply message-id="2" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <ok/> </rpc-reply>