Skip to content

Commit

Permalink
Merge pull request #1496 from yang-catalog/main
Browse files Browse the repository at this point in the history
Cronjob - daily update of yang files.
  • Loading branch information
SlavomirMazurPantheon authored Oct 22, 2023
2 parents c1f9ed9 + 44f4a38 commit bb8269a
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 bb8269a

Please sign in to comment.