# File lib/facter/util/macaddress.rb, line 19 def self.default_interface `#{netstat_command} | /usr/bin/awk '/^default/{print $6;exit}'`.chomp end