diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-06 14:59:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-06 14:59:45 +0000 |
commit | d824853de335d969f4d009f445bb6dfb1b18493b (patch) | |
tree | de7b963864e86c6012fb8da1fb64ab780e906af5 /networking/udhcp/dhcpc.h | |
parent | dcc286607c83723f2b05f91da0a6942999576106 (diff) | |
download | busybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.tar.gz busybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.tar.bz2 busybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.zip |
merge from udhcp module
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 9c4aa95f7..77c180944 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -27,6 +27,7 @@ struct client_config_t { | |||
27 | char *script; /* User script to run at dhcp events */ | 27 | char *script; /* User script to run at dhcp events */ |
28 | uint8_t *clientid; /* Optional client id to use */ | 28 | uint8_t *clientid; /* Optional client id to use */ |
29 | uint8_t *hostname; /* Optional hostname to use */ | 29 | uint8_t *hostname; /* Optional hostname to use */ |
30 | uint8_t *fqdn; /* Optional fully qualified domain name to use */ | ||
30 | int ifindex; /* Index number of the interface to use */ | 31 | int ifindex; /* Index number of the interface to use */ |
31 | uint8_t arp[6]; /* Our arp address */ | 32 | uint8_t arp[6]; /* Our arp address */ |
32 | }; | 33 | }; |