End-of-document Character Sequence
使用
<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>
]]>]]>
描述
发出 NETCONF 服务器和客户端应用程序发送的每个 XML 文档的末端信号。客户端应用程序在关闭</hello>标记和每个关闭</rpc>标记之后发送序列。NETCONF 服务器在关闭标记和每个关闭</hello></rpc-reply>标记之后发送序列。
RFC 4742 使用 http://www.ietf.org/rfc/rfc4742.txt 上提供的安全 SHell (SSH) 上的 NETCONF 配置协议,要求使用此信号。