From bc33d8bc8aff70019a05f82dcb8f0064311d2ea3 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 8 Jan 2025 16:37:40 +0100 Subject: [PATCH] confd: Reactivate supported interface counter in-total-frames This was always supported, but was accendentally marked as not-supported. --- src/confd/yang/infix-ethernet-interface.yang | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/confd/yang/infix-ethernet-interface.yang b/src/confd/yang/infix-ethernet-interface.yang index ab4f2547..f663a91f 100644 --- a/src/confd/yang/infix-ethernet-interface.yang +++ b/src/confd/yang/infix-ethernet-interface.yang @@ -71,9 +71,6 @@ module infix-ethernet-interface { } /* Deviations for statistics */ - deviation "/if:interfaces/if:interface/eth:ethernet/eth:statistics/eth:frame/eth:in-total-frames" { - deviate not-supported; - } deviation "/if:interfaces/if:interface/eth:ethernet/eth:statistics/eth:frame/eth:out-error-mac-internal-frames" { deviate not-supported; } @@ -82,5 +79,5 @@ module infix-ethernet-interface { } deviation "/if:interfaces/if:interface/eth:ethernet/eth:statistics/eth:mac-control" { deviate not-supported; - } + } }