[Netconf] [Technical Errata Reported] RFC4742 (1903)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Netconf] [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.