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