# File lib/rubyipmi/ipmitool/commands/lan.rb, line 101
    def static?
      info.fetch("ip_address_source",nil).match(/static/i) != nil
    end