# File lib/facter/util/ip.rb, line 45
  def self.alphafy(interface)
    interface.gsub(/[^a-z0-9_]/i, '_')
  end