From 1f20839b6a4d682559dbd39828d3cc02c25f849b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 12 Mar 2015 12:41:08 +0000 Subject: [PATCH] hosts.lisp: evolution now speaks IPv6. New hardware, new OS. --- hosts.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0