Skip to content

Commit

Permalink
update wifi version, fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 10, 2023
1 parent ed2f11d commit d147c28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ module openconfig-interfaces {
}
}

grouping interface-common-counters-state {
grouping interface-common-counters-state {
description
"Operational state representing interface counters and statistics
applicable to (physical) interfaces and (logical) subinterfaces.";
Expand Down
9 changes: 8 additions & 1 deletion release/models/wifi/openconfig-ap-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ module openconfig-ap-interfaces {
"This module defines the configuration and state data for
non-radio interfaces on WiFi Access Points.";

oc-ext:openconfig-version "1.2.0";
oc-ext:openconfig-version "1.3.0";

revision "2023-08-10" {
description
"Add container to make compatible with changes in
openconfig-interfaces";
reference "1.3.0";
}

revision "2023-06-26" {
description
Expand Down

0 comments on commit d147c28

Please sign in to comment.