diff --git a/source/network/network.go b/source/network/network.go index 383e2a0ce..1026ba034 100644 --- a/source/network/network.go +++ b/source/network/network.go @@ -34,6 +34,9 @@ import ( // Name of this feature source const Name = "network" +// VirtualFeature exposes features for network interfaces that are not attached to a physical device +const VirtualFeature = "virtual" + const DeviceFeature = "device" const sysfsBaseDir = "class/net"