chiark / gitweb /
hosts.lisp, distorted.lisp: New `blackhole' address.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 30 Mar 2012 22:50:00 +0000 (23:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 30 Mar 2012 22:50:00 +0000 (23:50 +0100)
All IP packets to this address will be dropped silently.  Useful for
strange testing.

distorted.lisp
hosts.lisp

index 892daab411988d6f9621ad97b91f1c5e5f17d36b..01fc902707391fd3d02f0f399629f0afe7962b9c 100644 (file)
@@ -138,6 +138,9 @@ (defzone distorted.org.uk
   (gw (its :a gw.its))
   (mz (its :a mz.its))
 
   (gw (its :a gw.its))
   (mz (its :a mz.its))
 
+  ;; Strange things.
+  (blackhole (jump :a blackhole.jump))
+
   ;; Delegations.
   (dhcp :ns (radius.ns vampire.ns))
   (io :ns ((ns.io :ip iodine.dmz))))
   ;; Delegations.
   (dhcp :ns (radius.ns vampire.ns))
   (io :ns ((ns.io :ip iodine.dmz))))
index d62cc5e12dc296123200adde19875849c21426f1..003fe5ef6e58426d1965832b1aaa818f826407ae 100644 (file)
@@ -58,6 +58,7 @@ (defhost precision.jump (jump 6))
 (defhost telecaster.jump (jump 7))
 (defhost stratocaster.jump (jump 8))
 (defhost jazz.jump (jump 9))
 (defhost telecaster.jump (jump 7))
 (defhost stratocaster.jump (jump 8))
 (defhost jazz.jump (jump 9))
+(defhost blackhole.jump (jump 14))
 
 ;; Unsafe network.
 (defhost radius.unsafe (unsafe 1))
 
 ;; Unsafe network.
 (defhost radius.unsafe (unsafe 1))