def add(oth, validating=true)
      oth = oth.to_i if oth.kind_of? IPAddress::IPv4 # oth shall be integer
      
      new_obj = self.class.parse_u32(self.to_i + oth, prefix)