# File lib/facter/util/ip.rb, line 213 def self.aix_get_macadress(interface) aix_entstat_interface(interface).each_line do |s| if s =~ /^Hardware\sAddress:\s(\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2})/ return s end end end