Re: [Netconf] new RFC 4741 errata
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Netconf] new RFC 4741 errata



Andy,

Please post this using the errata page (under "Report New Errata"):
  http://www.rfc-editor.org/errata.php

Thank you.

RFC Editor/ah

On Jun 19, 2008, at 8:18 AM, Andy Bierman wrote:

Hi,

Please add an errata attachment to RFC 4741 for the
following bug (the parameters are in the wrong order):

page 61, para 3:

OLD:

     <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>


NEW:


     <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>


(I don't know why none of us caught this bug before.
A wrong example is worse than no example at all ;-)
The XSD and the example on page 40 are correct.


thanks,
Andy


_______________________________________________
Netconf mailing list
Netconf at ietf.org
https://www.ietf.org/mailman/listinfo/netconf



Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.