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; - } + } }