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

[Netconf] new RFC 4742 errata



Hi,

Please add an errata attachment to RFC 4742 for the
following bug (the netconf namespace is missing in the sample hello message):

page 4, 
OLD:

   S: <?xml version="1.0" encoding="UTF-8"?>
   S: <hello>

   ...
   C: <?xml version="1.0" encoding="UTF-8"?>
   C: <hello>
   ...



NEW:

   S: <?xml version="1.0" encoding="UTF-8"?>
   S: <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

   ...
   C: <?xml version="1.0" encoding="UTF-8"?>
   C: <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
   ...


Thanks,
Xiang Li


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