From: Mark Wooding Date: Thu, 12 Mar 2015 12:41:08 +0000 (+0000) Subject: hosts.lisp: evolution now speaks IPv6. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/1f20839b6a4d682559dbd39828d3cc02c25f849b hosts.lisp: evolution now speaks IPv6. New hardware, new OS. --- diff --git a/hosts.lisp b/hosts.lisp index e8f253e..45a05dd 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -96,7 +96,7 @@ ;; Safe network. (defhost radius.safe (safe 1)) (defhost vampire.safe (safe 2)) -(defhost evolution.safe ((:ipv4 safe 3))) +(defhost evolution.safe (safe 3)) (defhost tp0.safe (safe 4)) (defhost tp1.safe (safe 5)) (defhost tp2.safe (safe 6))