Index: /config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
===================================================================
--- /config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8954)
+++ /config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl	(revision 8955)
@@ -92,9 +92,14 @@
         $dhcp_start = $dhcp_part . $dhcp_start;
         $dhcp_stop = $dhcp_part . $dhcp_stop;
-        $output .= "dhcp-range=$interface,$dhcp_start,$dhcp_stop,$subnet,24h\n\n";
+        $output .= "dhcp-range=$interface,$dhcp_start,$dhcp_stop,$subnet,24h\n";
+        foreach my $dhcp_static (split(';', $DHCP_STATIC{$interface})) {
+          $output .= "dhcp-host=$dhcp_static\n";
+        };
+        $output .= "\n";
       }
       else {
        $output .= "# not autoritive \n\n";
       };
+
     };
   };
