confd: Reactivate supported interface counter in-total-frames

This was always supported, but was accendentally marked as
not-supported.
This commit is contained in:
Tobias Waldekranz
2025-01-09 16:02:36 +01:00
parent 061fa5fc72
commit bc33d8bc8a
+1 -4
View File
@@ -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;
}
}
}