# File lib/rubyipmi/ipmitool/commands/lan.rb, line 110 def static? if @info.length < 1 parse(print) end @info["ip address source"].match(/static/i) != nil end