hosts.lisp: Fix IPv6 network address for Jump. master
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 May 2024 18:43:20 +0000 (19:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 8 May 2024 18:43:20 +0000 (19:43 +0100)
hosts.lisp

index 1c20715..8add49a 100644 (file)
@@ -50,7 +50,7 @@
   (untrusted "8001/64")
   (upn "a000/64"))
 
   (untrusted "8001/64")
   (upn "a000/64"))
 
-(defnet jump-ipv6 "2001:b8a:1d9/48")
+(defnet jump-ipv6 "2001:ba8:1d9/48")
 
 ;;;--------------------------------------------------------------------------
 ;;; Host allocations
 
 ;;;--------------------------------------------------------------------------
 ;;; Host allocations