Skip to content
Snippets Groups Projects
Commit 082ec6f8 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

refresh: Removed SOA check from AXFR processing

- Serials are checked during SOA response processing. Incoming
  AXFR should be accepted even if the serial is older. (In order
  to allow forced refersh.)
parent e25c49ed
No related branches found
No related tags found
1 merge request!298Forced refresh fix
......@@ -390,10 +390,6 @@ int axfr_answer_process(knot_pkt_t *pkt, struct answer_data *adata)
/* Initialize processing with first packet. */
if (adata->ext == NULL) {
NS_NEED_TSIG_SIGNED(&adata->param->tsig_ctx, 0);
if (!zone_transfer_needed(adata->param->zone, pkt)) {
AXFRIN_LOG(LOG_INFO, "zone is up-to-date");
return NS_PROC_DONE;
}
AXFRIN_LOG(LOG_INFO, "starting");
int ret = axfr_answer_init(adata);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment