class Inspec::Resources::NetworkInterface

def interface_info

def interface_info
  return @cache if defined?(@cache)
  @cache = @interface_provider.interface_info(@iface) if !@interface_provider.nil?
end