From 72976fde152b87c59441a2b151f71167a407d911 Mon Sep 17 00:00:00 2001 Message-Id: <72976fde152b87c59441a2b151f71167a407d911.1714732472.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 12 Mar 2012 16:18:17 +0000 Subject: [PATCH] hosts.lisp: Carve out a chunk of address space for anycast. Organization: Straylight/Edgeware From: Mark Wooding --- hosts.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts.lisp b/hosts.lisp index 78b4f22..cee2a51 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -33,7 +33,8 @@ (defnet distorted.org.uk 172.29.198.0/23 (nil 16 (its 4)) (colo 16) - (safe 32))) + (safe 32) + (any 32))) ;;;-------------------------------------------------------------------------- ;;; Host allocations -- [mdw]