hosts.lisp: Make the IPv6 entry for `blackhole' more presentable.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Apr 2014 15:26:41 +0000 (16:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 21 Apr 2014 15:26:41 +0000 (16:26 +0100)
Now we have proper address-suffix notation.

hosts.lisp

index 46a5697..28dd2bf 100644 (file)
@@ -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))