summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-07-31 22:19:51 +0000
committerDavid Hankins <dhankins@isc.org>2006-07-31 22:19:51 +0000
commitb543fea9d425b507066d6d82e89a7787a0354eb1 (patch)
tree7e7e5184bb8466750ddaa9eec43d6b2ce42e9a57 /includes/site.h
parentd5341d9b5f08f17d05dd00350a51d1c49f6393ff (diff)
downloadisc-dhcp-b543fea9d425b507066d6d82e89a7787a0354eb1.tar.gz
- A new common configuration executable statement, execute(), has been
added. This permits dhcpd or dhclient to execute a named external program with command line arguments specified from other configuration language. Thanks to a patch written by Mattias Ronnblom, gotten to us via Robin Breathe. [ISC-Bugs #13728]
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index b4d910a0..98d33254 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -167,6 +167,12 @@
/* #define DHCPD_LOG_FACILITY LOG_DAEMON */
+
+/* Define this if you want to be able to execute external commands
+ during conditional evaluation. */
+
+#define ENABLE_EXECUTE
+
/* Define this if you aren't debugging and you want to save memory
(potentially a _lot_ of memory) by allocating leases in chunks rather
than one at a time. */