[Netconf] WG consensus call: Technical Errata Reported RFC4742
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Netconf] WG consensus call: Technical Errata Reported RFC4742



NETCONF WG participants,

Pls check the below and speak up if you do not agree or see any problems in approving this errata report. If we hear no objections/concerns by 28 October 2009, we assume WG consensus
and we'll  ask our AD to approve the errata report as valid.

Bert and Mehmet


Margaret Wasserman wrote:

I have reviewed the errata, and I think that the report is correct; the namespace is missing from the example and should be added.

Margaret


----- Original Message -----
From: RFC Errata System
To: margaret at thingmagic.com ; ted.goddard at icesoft.com ; dromasca at avaya.com ; rbonica at juniper.net ; bertietf at bwijnen.net ;mehmet.ersue at nsn.com
Cc: xiangli at iwl.com ; netconf at ietf.org ; rfc-editor at rfc-editor.org
Sent: Wednesday, October 07, 2009 7:22 PM
Subject: [Technical Errata Reported] RFC4742 (1903)


The following errata report has been submitted for RFC4742,
"Using the NETCONF Configuration Protocol over Secure SHell (SSH)".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=4742&eid=1903

--------------------------------------
Type: Technical
Reported by: Xiang Li <xiangli at iwl.com>

Section: 3.1

Original Text
-------------
S: <?xml version="1.0" encoding="UTF-8"?>
   S: <hello>
   S:   <capabilities>
   S:     <capability>
   S:       urn:ietf:params:xml:ns:netconf:base:1.0
   S:     </capability>
   S:     <capability>
   S:       urn:ietf:params:ns:netconf:capability:startup:1.0
   S:     </capability>
   S:   </capabilities>
   S:   <session-id>4<session-id>
   S: </hello>
   S: ]]>]]>

   C: <?xml version="1.0" encoding="UTF-8"?>
   C: <hello>
   C:   <capabilities>
   C:     <capability>
   C:       urn:ietf:params:xml:ns:netconf:base:1.0
   C:     </capability>
   C:   </capabilities>
   C: </hello>
   C: ]]>]]>


Corrected Text
--------------
S: <?xml version="1.0" encoding="UTF-8"?>
   S: <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
   S:   <capabilities>
   S:     <capability>
   S:       urn:ietf:params:xml:ns:netconf:base:1.0
   S:     </capability>
   S:     <capability>
   S:       urn:ietf:params:ns:netconf:capability:startup:1.0
   S:     </capability>
   S:   </capabilities>
   S:   <session-id>4<session-id>
   S: </hello>
   S: ]]>]]>

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


Notes
-----
the netconf namespace is missing in the sample hello message (for both client and server hello)

Instructions:
-------------
This errata is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party (IESG)
can log in to change the status and edit the report, if necessary.

--------------------------------------
RFC4742 (draft-ietf-netconf-ssh-06)
--------------------------------------
Title : Using the NETCONF Configuration Protocol over Secure SHell (SSH)
Publication Date    : December 2006
Author(s)           : M. Wasserman, T. Goddard
Category            : PROPOSED STANDARD
Source              : Network Configuration
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG


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