diff --git a/source/network/network.go b/source/network/network.go index e66bd6d26..452b1ad05 100644 --- a/source/network/network.go +++ b/source/network/network.go @@ -70,9 +70,6 @@ func (s *networkSource) GetLabels() (source.FeatureLabels, error) { for _, dev := range features.Instances[DeviceFeature].Elements { attrs := dev.Attributes - if attrs["operstate"] != "up" { - continue - } for attr, feature := range map[string]string{ "sriov_totalvfs": "sriov.capable", "sriov_numvfs": "sriov.configured"} {