summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-15 08:48:17 +0000
committerRoy Marples <roy@marples.name>2008-05-15 08:48:17 +0000
commit35ba5bc0c444ee8b3f9b76ddcc440955940d9786 (patch)
treec74d4ce9d4ac816bfc164e604de3a19cae71a487 /dhcpcd.h
parent343c1ae64197ffe81aed083514b930c65af7931a (diff)
downloaddhcpcd-35ba5bc0c444ee8b3f9b76ddcc440955940d9786.tar.xz
When we explictly don't want an option, don't put it in the env.
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 1d6fc6e5..8715048c 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -77,6 +77,7 @@ struct options {
char clientid[CLIENT_ID_MAX_LEN];
char userclass[USERCLASS_MAX_LEN];
uint8_t reqmask[256 / 8];
+ uint8_t nomask[256 / 8];
size_t userclass_len;
uint32_t leasetime;
time_t timeout;