summaryrefslogtreecommitdiffstats
path: root/if-options.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-05 16:35:03 +0000
committerRoy Marples <roy@marples.name>2009-03-05 16:35:03 +0000
commit2f7cb97c9b78099a721cbfe750f1274b7367cfc5 (patch)
tree17dd8d1bd57069fcff8993d42e49811801b5a621 /if-options.h
parentec080c73f8ef36c70350e1fa309d2ed314adde75 (diff)
downloaddhcpcd-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.h4
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;