diff options
| author | Roy Marples <roy@marples.name> | 2009-03-05 16:35:03 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-05 16:35:03 +0000 |
| commit | 2f7cb97c9b78099a721cbfe750f1274b7367cfc5 (patch) | |
| tree | 17dd8d1bd57069fcff8993d42e49811801b5a621 /if-options.h | |
| parent | ec080c73f8ef36c70350e1fa309d2ed314adde75 (diff) | |
| download | dhcpcd-2f7cb97c9b78099a721cbfe750f1274b7367cfc5.tar.xz | |
Improve INFORM and STATIC support.
It's now possible to flip between DHCP, INFORM and STATIC on already
running instances.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/if-options.h b/if-options.h index 9b75f68e..98c2f951 100644 --- a/if-options.h +++ b/if-options.h @@ -82,8 +82,8 @@ struct if_options { time_t reboot; int options; - struct in_addr request_address; - struct in_addr request_netmask; + struct in_addr req_addr; + struct in_addr req_mask; struct rt *routes; char **config; |
