- Introduce 'ede=<info-code>' and 'all_noedns' as options in the MATCH line for

replay test packets.
This commit is contained in:
George Thessalonikefs
2021-10-13 12:01:36 +02:00
parent b825bb668d
commit 9bff0b94dd
4 changed files with 114 additions and 31 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ test_buffers(sldns_buffer* pkt, sldns_buffer* out)
/* compare packets */
unit_assert(match_all(sldns_buffer_begin(pkt), sldns_buffer_limit(pkt),
sldns_buffer_begin(out), sldns_buffer_limit(out), 1,
matches_nolocation));
matches_nolocation, 0));
return 0;
}