# File common/lib/symbiosis/ipaddr.rb, line 57
  def <=>(other)
    @addr.to_i <=> other.to_i
  end