diff --git a/pkg/inventory/db.go b/pkg/inventory/db.go index b2937e3d..a206d049 100644 --- a/pkg/inventory/db.go +++ b/pkg/inventory/db.go @@ -46,7 +46,7 @@ const ( var ( // ignoredInterfaceNames is a set of network interface names that are typically // created by CNI plugins or are otherwise not relevant for DRA resource exposure. - ignoredInterfaceNames = sets.New("cilium_net", "cilium_host", "docker") + ignoredInterfaceNames = sets.New("cilium_net", "cilium_host", "docker0") ) type DB struct {