Skip to content

Commit

Permalink
Cronjob - daily check of IETF modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Kovac committed Oct 22, 2023
1 parent c1f9ed9 commit 44f4a38
Show file tree
Hide file tree
Showing 13 changed files with 1,587 additions and 194 deletions.
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

0 comments on commit 44f4a38

Please sign in to comment.