RFC Errata
RFC 8040, "RESTCONF Protocol", January 2017
Source of RFC: netconf (ops)See Also: RFC 8040 w/ inline errata
Errata ID: 5756
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Kent Watsen
Date Reported: 2019-06-21
Verifier Name: Warren Kumari (Ops AD)
Date Verified: 2019-07-01
Section 8 says:
module ietf-system {
leaf system-reset {
type empty;
}
}
It should say:
module ietf-system {
leaf system-restart {
type empty;
}
}
Notes:
The section on page 84 discusses the "system-restart" RPC from RFC 7317, but the conceptual example has "system-reset". Fix: s/system-reset/system-restart/.
