RFC Errata
RFC 4743, "Using NETCONF over the Simple Object Access Protocol (SOAP)", December 2006
Note: This RFC has been updated by RFC 8996
Source of RFC: netconf (ops)See Also: RFC 4743 w/ inline errata
Errata ID: 7318
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Dominik Krappel
Date Reported: 2023-01-24
Verifier Name: Robert Wilton
Date Verified: 2024-01-12
Section 3.6. says:
S: <full-name>Fred Flintstone</full-name> S: <dept>2</dept> S: <id>2</id> S: </company-info>
It should say:
S: <full-name>Fred Flintstone</full-name> S: <company-info> S: <dept>2</dept> S: <id>2</id> S: </company-info>
Notes:
The opening tags for <company-info> seem to be missing in the example.