rcode = fr_value_calc_binary_op(dst, dst, default_type, a, op, b);
if (rcode < 0) {
+ RPEDEBUG("Failed calculating '%pV %s %pV'", a, fr_tokens[op], b);
talloc_free(dst);
return XLAT_ACTION_FAIL;
}
#
# 0 - 111 is smaller than zero, and Service-Type is uint32.
#
+# Except the error is printed out via RPEDEBUG, and is thus unavailable
+# to the unit tests
+#
xlat_purify (Service-Type == 000-111)
-match ERROR purifying node - Value underflows 'uint64' when calculating result.
+match ERROR purifying node -
#
# @todo - this should really be hoisted
match 256
# Cannot perform any operations for destination type ether
+#
+# Except the error is printed out via RPEDEBUG, and is thus unavailable
+# to the unit tests
+#
xlat_expr 00:01:02:03:04:05 ^ 11:22:33:44:55:66
-match ERROR expanding xlat: Invalid operation on data types - 'ether' ^ 'ether'
+match ERROR expanding xlat: no error provided
#
# NAS-IP-Address doesn't exist.