From 7eb0fa0be305d1d682b29aaff6dde267402a9e6a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 2 May 2008 11:51:33 -0400 Subject: Apply Pablo's patch to add OMAPI support to dhcp config generation. --- templates/dhcp.template | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/dhcp.template b/templates/dhcp.template index 705cc77..19afcad 100644 --- a/templates/dhcp.template +++ b/templates/dhcp.template @@ -9,6 +9,7 @@ ddns-update-style interim; allow booting; allow bootp; +omapi-port 647; ignore client-updates; set vendorclass = option vendor-class-identifier; -- cgit