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 892daab..01fc902 100644 (file)
   (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))))
index d62cc5e..003fe5e 100644 (file)
@@ -58,6 +58,7 @@
 (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))