<commit-results>
Usage
<rpc-reply xmlns:junos="URL">
<!-- for the candidate configuration -->
<commit-results>
<routing-engine>...</routing-engine>
</commit-results>
<!-- for a private copy -->
<commit-results>
<load-success/>
<routing-engine>...</routing-engine>
</commit-results>
<!-- for a private copy that does not include changes -->
<commit-results>
</commit-results>
</rpc-reply>
Release Information
This is a Junos XML management protocol operation. It is a Juniper Networks proprietary extension to NETCONF and is identified in the capabilities exchange by the URI http://xml.juniper.net/netconf/junos/1.0 . This operation is only supported in NETCONF sessions on Juniper Networks devices running the Junos OS.
Description
Enclose tag elements that contain information about a commit operation performed by the NETCONF server on a particular Routing Engine.
<load-success/> | — | Indicates that the NETCONF server successfully merged changes from the private copy into a copy of the candidate configuration, before committing the combined candidate on the specified Routing Engine. |
The <routing-engine> tag element is described separately.