From: Mark Wooding Date: Mon, 21 Apr 2014 15:26:41 +0000 (+0100) Subject: hosts.lisp: Make the IPv6 entry for `blackhole' more presentable. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/113bdffe71e1ece0c16a2e7c73d0f568b16be789 hosts.lisp: Make the IPv6 entry for `blackhole' more presentable. Now we have proper address-suffix notation. --- diff --git a/hosts.lisp b/hosts.lisp index 46a5697..28dd2bf 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -76,7 +76,7 @@ (defhost jaguar.jump ((:ipv4 jump 11))) (defhost richmond.jump ((:ipv4 jump 12))) (defhost anon.jump (jump 13)) -(defhost blackhole.jump ((:ipv4 jump 14) (:ipv6 jump #xffff))) +(defhost blackhole.jump ((:ipv4 jump 14) (:ipv6 jump "::ffff"))) ;; Unsafe network. (defhost radius.unsafe (unsafe 1))