summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-01 14:47:52 +0000
committerRoy Marples <roy@marples.name>2008-05-01 14:47:52 +0000
commitd2616b0835411550cdf1b4633c5a429d1ff5cf06 (patch)
tree7e7787f360fb99fcb0574deafbc2313b34c8be6f /dhcpcd.h
parent5a0bf07060b943a6e679f64fe30411828e95c309 (diff)
downloaddhcpcd-d2616b0835411550cdf1b4633c5a429d1ff5cf06.tar.xz
Don't use a DUID by default even though support is compiled in, #70. Also, fix some man page entries a little.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index b04d3aa8..1d6fc6e5 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -67,6 +67,7 @@ extern char *dhcpcd_skiproutes;
#define DHCPCD_TEST (1 << 16)
#define DHCPCD_FORKED (1 << 17)
#define DHCPCD_HOSTNAME (1 << 18)
+#define DHCPCD_CLIENTID (1 << 19)
struct options {
char interface[IF_NAMESIZE];