Skip to content

Commit

Permalink
add counter container to wifi ap if model
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 10, 2023
1 parent 5d8c2ab commit ed2f11d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion release/models/wifi/openconfig-ap-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,15 @@ module openconfig-ap-interfaces {

uses oc-if:interface-phys-config;
uses oc-if:interface-common-state;
uses oc-if:interface-counters-state;

container counters {
description
"A collection of interface specific statistics entitites which are
not common to subinterfaces.";

uses oc-if:interface-common-counters-state;
uses oc-if:interface-counters-state;
}
}
}
}
Expand Down

0 comments on commit ed2f11d

Please sign in to comment.