Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in the YANG leaf name #144

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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