]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/dhcp.cgi
dhcp: Oops, this version of dhcpd is very strict.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / dhcp.cgi
index 29f1a28067b220722d1caf1f14c6b1f2ec51554d..cde6065f57553dfd8c8d1098112dfa349a420c45 100644 (file)
@@ -1199,6 +1199,7 @@ sub buildconf {
            $key++;
        }
     }
+    print FILE "include \"${General::swroot}/dhcp/dhcpd.conf.local\";\n";
     close FILE;
     if ( $dhcpsettings{"ENABLE_GREEN"} eq 'on' || $dhcpsettings{"ENABLE_BLUE"} eq 'on' ) {system '/usr/local/bin/dhcpctrl enable >/dev/null 2>&1';}
     else {system '/usr/local/bin/dhcpctrl disable >/dev/null 2>&1';}