From: Mark Wooding Date: Sat, 13 Jul 2013 15:34:40 +0000 (+0100) Subject: distorted.lisp: Use `do-host' now that it's exported. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/6baf2de2facce55fd77bd7376a430f554d7e74ca distorted.lisp: Use `do-host' now that it's exported. --- diff --git a/distorted.lisp b/distorted.lisp index c83fb17..1702e1c 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -16,7 +16,7 @@ ;; IPv6 anycast addresses are globally routable, while IPv4 ones aren't. (if (zone-preferred-subnet-p (car any-provider)) (zone-set-address #'rec (cdr any-provider) :make-ptr-p t) - (dolist (addr (host-addrs (host-parse (cdr any-provider)))) + (do-host (addr (cdr any-provider)) (let ((family (ipaddr-family addr))) (if (member family *anycast-routable-families*) (zone-set-address #'rec addr