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

[Netconf] new RFC 4741 errata



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.