From: Mark Wooding Date: Mon, 17 Jun 2024 15:58:37 +0000 (+0100) Subject: hosts.lisp: Delete IPv6 address for `guvnor'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/253b25a1524638072135c77edb0b774d6515650a hosts.lisp: Delete IPv6 address for `guvnor'. 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. --- diff --git a/hosts.lisp b/hosts.lisp index ceb3ae7..2601f2d 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -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))