CARVIEW |
Select Language
HTTP/2 200
date: Tue, 15 Jul 2025 02:20:36 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
set-cookie: PHPSESSID=1q9akemgj0pu3gvdb47736dos3; path=/
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 95f5c80fd9db165e-BLR
alt-svc: h3=":443"; ma=86400
RFC Errata Report » RFC Editor
See Also: RFC 7950 w/ inline errata
Search RFCs
The Series
For Authors
Sponsor
RFC Errata
RFC 7950, "The YANG 1.1 Data Modeling Language", August 2016
Note: This RFC has been updated by RFC 8342, RFC 8526
Source of RFC: netmod (ops)See Also: RFC 7950 w/ inline errata
Errata ID: 5237
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Muly Ilan
Date Reported: 2018-01-18
Verifier Name: Benoit Claise
Date Verified: 2018-01-18
Section 6.4.1.1 says:
The accessible tree for an action invocation of "reset" on /a/b[id="1"] with the "when" parameter set to "10" would be: <a xmlns="urn:example:a"> <b> <id>1</id> <reset> <delay>10</delay> </reset> </b> <b> <id>2</id> </b> </a> // possibly other top-level nodes here
It should say:
The accessible tree for an action invocation of "reset" on /a/b[id="1"] with the "delay" parameter set to "10" would be: <a xmlns="urn:example:a"> <b> <id>1</id> <reset> <delay>10</delay> </reset> </b> <b> <id>2</id> </b> </a> // possibly other top-level nodes here
Notes:
The example action "reset" has an input parameter named "delay" and not a parameter named "when".
IAB • IANA • IETF • IRTF • ISE • ISOC • IETF Trust
Reports • Privacy Statement • Site Map • Contact Us