From 1f20839b6a4d682559dbd39828d3cc02c25f849b Mon Sep 17 00:00:00 2001 Message-Id: <1f20839b6a4d682559dbd39828d3cc02c25f849b.1714620385.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 12 Mar 2015 12:41:08 +0000 Subject: [PATCH] hosts.lisp: evolution now speaks IPv6. Organization: Straylight/Edgeware From: Mark Wooding 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 @@ (defhost marauder.safe ((:ipv6 "2001:470:9740:4001:a00:27ff:fe6a:7846"))) ;; 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)) -- [mdw]