From: Mark Wooding Date: Mon, 12 Mar 2012 16:18:17 +0000 (+0000) Subject: hosts.lisp: Carve out a chunk of address space for anycast. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/72976fde152b87c59441a2b151f71167a407d911 hosts.lisp: Carve out a chunk of address space for anycast. --- diff --git a/hosts.lisp b/hosts.lisp index 78b4f22..cee2a51 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -33,7 +33,8 @@ (nil 16 (its 4)) (colo 16) - (safe 32))) + (safe 32) + (any 32))) ;;;-------------------------------------------------------------------------- ;;; Host allocations