RFC Errata
Found 1 record.
Status: Verified (1)
RFC 4741, "NETCONF Configuration Protocol", December 2006
Note: This RFC has been obsoleted by RFC 6241
Source of RFC: netconf (ops)
Errata ID: 1456
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Andy Bierman
Date Reported: 2008-06-19
Verifier Name: Dan Romascanu
Date Verified: 2009-09-03
Section 8.7.5.1 says:
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <copy-config> <source> <running/> </source> <target> <startup/> </target> </copy-config> </rpc>
It should say:
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <copy-config> <target> <startup/> </target> <source> <running/> </source> </copy-config> </rpc>
Notes:
The parameters are in the wrong order.
The XSD and the example on page 40 are correct.