From 25679b6d2d6b40e2c6ef98bcd2e6f55fae09f6c0 Mon Sep 17 00:00:00 2001 Message-Id: <25679b6d2d6b40e2c6ef98bcd2e6f55fae09f6c0.1715697372.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 16 Apr 2020 23:59:21 +0100 Subject: [PATCH] distorted.lisp: Add aliases `ap0', `ap1' for the new access points. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 8cc4d41..dd1a2ce 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -246,7 +246,9 @@ (defzone distorted.org.uk (wireless :net wireless) (evolution (safe :addr evolution.safe)) (evolution :alias evo) + (kitkat :alias ap0) (kitkat (safe :addr kitkat.safe)) + (lunch :alias ap1) (lunch (safe :addr lunch.safe)) ;; Switches. -- [mdw]