# File lib/facter/util/ip.rb, line 193 def self.aix_lsattr_interface(interface) Facter::Core::Execution.exec("/usr/sbin/lsattr -El #{interface}") end