9 April 2013: Wouter
- updated iana portlist.
+ - Fix crash in previous private address fixup of 22 March.
28 March 2013: Wouter
- Make reverse zones easier by documenting the nodefault statements
rrset->rr_last = prev;
rrset->rr_count --;
rrset->size -= (*rr)->size;
- (*rr) = (*rr)->next;
+ /* rr struct still exists, but is unlinked, so that in the for loop
+ * the rr->next works fine to continue. */
return rrset->rr_count == 0;
}
SECTION ANSWER
toss.example.com. IN A 10.20.30.40
toss.example.com. IN A 1.2.3.4
+toss.example.com. IN A 10.20.30.41
SECTION AUTHORITY
example.com. IN NS ns.example.com.
SECTION ADDITIONAL