chiark / gitweb /
hosts.lisp: Delete IPv6 address for `guvnor'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 15:58:37 +0000 (16:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 15:58:37 +0000 (16:58 +0100)
It doesn't mean anything, since it's not actually the router address --
which is link-local for IPv6.

Also, it collided with the address allocated for `richmond', which is
embarrassing.

hosts.lisp

index ceb3ae77e100a832ec78641f7c71a0de3a4dfbe8..2601f2d3a66d6ac46aaa91aed758710b41be9965 100644 (file)
@@ -62,7 +62,7 @@ (defnet jump-ipv6 "2001:ba8:1d9/48")
 ;;; Host allocations
 
 ;; External addresses.
-(defhost guvnor.dmz ((:ipv4 gw 0) (:ipv6 dmz "::1:1")))
+(defhost guvnor.dmz (gw 0))
 (defhost radius.dmz (dmz 1))
 (defhost roadstar.dmz (dmz 2))
 (defhost jem.dmz (dmz 3))