diff options
| author | Roy Marples <roy@marples.name> | 2008-08-18 12:43:05 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-18 12:43:05 +0000 |
| commit | cc45fbd76ed54efda7538a2eb8e56dd714346467 (patch) | |
| tree | 1e01216167ac00bee224572d4218a45f273b3cd1 /dhcpcd.h | |
| parent | bac03ede3de43969143a5bd314af10f17003980a (diff) | |
| download | dhcpcd-cc45fbd76ed54efda7538a2eb8e56dd714346467.tar.xz | |
The require directive now requires that the required options are present in each DHCP message. A few variables and functions have also been renamed to make this part more readable.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,8 @@ struct options { char interface[IF_NAMESIZE]; int metric; - uint8_t reqmask[256 / 8]; + uint8_t requestmask[256 / 8]; + uint8_t requiremask[256 / 8]; uint8_t nomask[256 / 8]; uint32_t leasetime; time_t timeout; |
