Skip to content

Commit

Permalink
Remove unused top-level 'messages' container (#1151)
Browse files Browse the repository at this point in the history
* (M) system/openconfig-messages.yang
    - Remove unused `uses` of the top-level `messages` container
  • Loading branch information
earies authored Jul 16, 2024
1 parent d23641e commit 5ba5c93
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions release/models/system/openconfig-messages.yang
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ module openconfig-messages {
/yang/system/openconfig-system.yang model, rather it provies the
Operator with an alternative method of consuming messages.";

oc-ext:openconfig-version "0.0.1";
oc-ext:openconfig-version "0.1.0";

revision 2024-07-15 {
description
"Remove unused top-level messages container.";
reference "0.1.0";
}

revision "2018-08-13" {
description
"Initial draft.";
reference "0.0.1";
description
"Initial draft.";
reference "0.0.1";
}

// identity statements
Expand Down Expand Up @@ -217,5 +223,4 @@ module openconfig-messages {
uses debug-messages-top;
}
}
uses messages-top;
}

0 comments on commit 5ba5c93

Please sign in to comment.