From 25c01b5d31053e1a8520c54e24e94f0493619a8e Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Fri, 4 Jan 2019 08:59:46 +0100 Subject: Revert Statistics This reverts commit 91db56913c9b1fc9292637adf4d96a052a737f61. This reverts commit cdc4d09c152e985c93016ff61789bc699b97883d. Change-Id: I06cba1968f7379a7daa98b9e66375a5d4127b499 Signed-off-by: Michal Cmarada --- v3po/api/src/main/yang/v3po@2018-10-08.yang | 88 ----------------------------- 1 file changed, 88 deletions(-) (limited to 'v3po/api/src/main/yang/v3po@2018-10-08.yang') diff --git a/v3po/api/src/main/yang/v3po@2018-10-08.yang b/v3po/api/src/main/yang/v3po@2018-10-08.yang index a4ebd7f07..844390de7 100644 --- a/v3po/api/src/main/yang/v3po@2018-10-08.yang +++ b/v3po/api/src/main/yang/v3po@2018-10-08.yang @@ -48,14 +48,6 @@ module v3po { See the License for the specific language governing permissions and limitations under the License."; - revision "2018-11-28" { - description - "Revision changes: - - adds notification for interface statistics - - adds capture-time to vpp-interface-statistics-augmentation - - adds boolean flag statistics-enabled to interface"; - } - revision "2018-10-08" { description "Revision changes: @@ -831,24 +823,6 @@ module v3po { } } - augment /if:interfaces/if:interface { - ext:augment-identifier "vpp-interface-stats-collection-augmentation"; - container statistics-collection { - leaf statistics-enabled { - type boolean; - } - } - } - - augment /if:interfaces-state/if:interface { - ext:augment-identifier "vpp-interface-state-stats-collection-augmentation"; - container statistics-collection { - leaf statistics-enabled { - type boolean; - } - } - } - augment /if:interfaces-state/if:interface { ext:augment-identifier "vpp-interface-state-augmentation"; @@ -927,9 +901,6 @@ module v3po { leaf out-discards-fifo-full { type yang:counter64; } - leaf capture-time { - type yang:date-and-time; - } } container bridge-domains-state { @@ -970,65 +941,6 @@ module v3po { } } - notification interface-statistics-change { - leaf discontinuity-time { - type yang:date-and-time; - mandatory true; - } - - leaf in-octets { - type yang:counter64; - } - - leaf in-unicast-pkts { - type yang:counter64; - } - - leaf in-broadcast-pkts { - type yang:counter64; - } - - leaf in-multicast-pkts { - type yang:counter64; - } - - leaf in-discards { - type yang:counter32; - } - - leaf in-errors { - type yang:counter32; - } - - leaf in-unknown-protos { - type yang:counter32; - } - - leaf out-octets { - type yang:counter64; - } - - leaf out-unicast-pkts { - type yang:counter64; - } - - leaf out-broadcast-pkts { - type yang:counter64; - } - - leaf out-multicast-pkts { - type yang:counter64; - } - - leaf out-discards { - type yang:counter32; - } - - leaf out-errors { - type yang:counter32; - } - } - notification interface-state-change { leaf name { type interface-name-or-index; -- cgit 1.2.3-korg