summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authortmarkwalder <tmark@isc.org>2017-06-28 13:25:22 -0400
committertmarkwalder <tmark@isc.org>2017-06-28 13:25:22 -0400
commit5c03ed373d91b116475fbbc00348a7082db6e14c (patch)
tree380a43d09b5a093122c8603aaded68be04831389 /includes
parent63ccfbb04553b64ad20dabb22a3055f6410bb890 (diff)
downloadisc-dhcp-5c03ed373d91b116475fbbc00348a7082db6e14c.tar.gz
[master] Added conditional comp flag, CALL_SCRIPT_ON_ONETRY_FAIL
Merges in rt18183a.
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index b2fb8efc..220d31a5 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -339,6 +339,11 @@
* in -4 mode. */
#define ENFORCE_DHCPV6_CLIENT_REQUIRE
+/* Enable the invocation of the client script with a FAIL state code
+ * by dhclient when running in one-try mode (-T) and the attempt to
+ * obtain the desired lease(s) fails. Applies to IPv4 mode only. */
+/* #define CALL_SCRIPT_ON_ONETRY_FAIL */
+
/* Include definitions for various options. In general these
should be left as is, but if you have already defined one
of these and prefer your definition you can comment the