From 374be89649201837aadadae93320caf3455ce0ed Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Mar 2012 14:37:46 +0000 Subject: [PATCH] hosts.lisp, distorted.lisp: Rename `virtual' network to `vpn'. --- distorted.lisp | 6 +++--- hosts.lisp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index b6fea92..c1025a8 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -110,9 +110,9 @@ (invader :cname invader.dhcp) ;; Virtual network. - (virtual :net virtual) - (crybaby (virtual :a crybaby.virtual)) - (terror (virtual :a terror.virtual)) + (vpn :net vpn) + (crybaby (vpn :a crybaby.vpn)) + (terror (vpn :a terror.vpn)) (iodine :net iodine) ;; ITS. diff --git a/hosts.lisp b/hosts.lisp index 8fc9924..78b4f22 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -29,7 +29,7 @@ (wired 128 (unsafe 32) (dhcp 32)) - (virtual 32) + (vpn 32) (nil 16 (its 4)) (colo 16) @@ -76,8 +76,8 @@ (defhost vampire.untrusted (untrusted 3)) ;; Virtual private network. -(defhost crybaby.virtual (virtual 1)) -(defhost terror.virtual (virtual 2)) +(defhost crybaby.vpn (vpn 1)) +(defhost terror.vpn (vpn 2)) ;; Iodine network. (defhost vampire.iodine (iodine 1)) -- 2.11.0