Skip to content

Commit

Permalink
Fix typo in the YANG leaf name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahabaleshwar authored and morrowc committed Jan 5, 2024
1 parent d5abc2e commit 6f9d19e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion credentialz/gnsi-credentialz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ module gnsi-credentialz {
"This module provides a data model for the metadata of SSH and console
credentials installed on a networking device.";

revision 2024-01-05 {
description
"Fix typo in YANG leaves";
reference "0.5.0";
}

revision 2023-10-03 {
description
"Added state leaves for admin-user";
Expand Down Expand Up @@ -101,7 +107,7 @@ module gnsi-credentialz {
"The version of the host public key.";
}

leaf active-host-key-version-created-on {
leaf active-host-key-created-on {
type created-on;
description
"The timestamp of the moment when the host key was
Expand Down

0 comments on commit 6f9d19e

Please sign in to comment.