aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-06 14:59:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-06 14:59:45 +0000
commitd824853de335d969f4d009f445bb6dfb1b18493b (patch)
treede7b963864e86c6012fb8da1fb64ab780e906af5 /networking/udhcp/dhcpc.h
parentdcc286607c83723f2b05f91da0a6942999576106 (diff)
downloadbusybox-d824853de335d969f4d009f445bb6dfb1b18493b.tar.gz
merge from udhcp module
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h1
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 {
char *script; /* User script to run at dhcp events */
uint8_t *clientid; /* Optional client id to use */
uint8_t *hostname; /* Optional hostname to use */
+ uint8_t *fqdn; /* Optional fully qualified domain name to use */
int ifindex; /* Index number of the interface to use */
uint8_t arp[6]; /* Our arp address */
};