]]>]]>

Usage

<hello><!-- child tag elements included by client application or NETCONF server --> </hello>]]>]]>
<rpc [attributes]><!-- tag elements in a request from a client application --></rpc>]]>]]>
<rpc-reply xmlns="URN" xmlns:junos="URL"><!-- tag elements in the response from the NETCONF server --></rpc-reply>]]>]]>

Description

Signal the end of each XML document sent by the NETCONF server and client applications. Client applications send the sequence after its closing </hello> tag and each closing </rpc> tag. The NETCONF server sends the sequence after its closing </hello> tag and each closing </rpc-reply> tag.

Use of this signal is required by RFC 4742, Using the NETCONF Configuration Protocol over Secure SHell (SSH), available at http://www.ietf.org/rfc/rfc4742.txt .

Usage Guidelines

See Generating Well-Formed XML Documents.

Related Topics