From 625b0fd3f3db5b55cf8b17aced2beaeb477e5eb9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 7 Apr 2013 15:04:34 +0100 Subject: [PATCH] binswood.lisp: Static allocation for Wifi client gadget. --- binswood.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binswood.lisp b/binswood.lisp index 63af060..64f606d 100644 --- a/binswood.lisp +++ b/binswood.lisp @@ -11,6 +11,7 @@ (defhost linksys.binswood (binswood 2)) (defhost mango.binswood (binswood 3)) (defhost hplaser.binswood (binswood 4)) +(defhost wifi-client-1.binswood (binswood 5)) (defzone binswood.org.uk @@ -25,6 +26,7 @@ (linksys :a linksys.binswood) (mango :a mango.binswood) (hplaser :a hplaser.binswood) + (wifi-client-1 :a wifi-client-1.binswood) ;; Dynamic addresses. (dyn :ns ((radius.ns.dyn :ip radius) -- 2.11.0