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 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 message-id="2" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <ok/> </rpc-reply>