Skip to content

Cronjob - daily update of yang files. #1496

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

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
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: 4 additions & 4 deletions experimental/ietf-extracted-YANG-modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ module ietf-incident-types {
description "optical transport network domain.";
}
identity ip {
base single-domain;
description "ip domain.";
base transport;
description "ip transport network domain.";
}
identity ptn {
base ip;
Expand All @@ -87,7 +87,7 @@ module ietf-incident-types {
base incident-category;
description "device category.";
}
identity power-enviorment {
identity power-environment {
base device;
description "power system category.";
}
Expand All @@ -99,7 +99,7 @@ module ietf-incident-types {
base device;
description "software of device category";
}
identity line {
identity line-card {
base device-hardware;
description "line card category.";
}
Expand Down
4 changes: 2 additions & 2 deletions experimental/ietf-extracted-YANG-modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ module ietf-incident {
}
leaf occur-time {
type yang:date-and-time;
description "the time when an incident instance is occured.
It's the occur time of the first event during
description "the time when an incident instance occurs.
It's the occurrence time of the first event during
incident detection.";
}
leaf clear-time {
Expand Down
Loading