diff options
| author | Roy Marples <roy@marples.name> | 2008-05-15 08:48:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-15 08:48:17 +0000 |
| commit | 35ba5bc0c444ee8b3f9b76ddcc440955940d9786 (patch) | |
| tree | c74d4ce9d4ac816bfc164e604de3a19cae71a487 /dhcpcd.h | |
| parent | 343c1ae64197ffe81aed083514b930c65af7931a (diff) | |
| download | dhcpcd-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
