RFC Errata
Found 2 records.
Status: Verified (2)
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)
Errata ID: 7317
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Dominik Krappel
Date Reported: 2023-01-24
Verifier Name: RFC Editor
Date Verified: 2023-02-27
Section 3.6. says:
S: <full-name>Charlie Root</full-name> S: <dept>1</dept> S: <id>1</id> S: </company-info>
It should say:
S: <full-name>Charlie Root</full-name> S: <company-info> S: <dept>1</dept> S: <id>1</id> S: </company-info>
Notes:
The opening tags for <company-info> seem to be missing in the example.
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.