diff options
author | Mike Frysinger | 2004-12-06 14:59:45 +0000 |
---|---|---|
committer | Mike Frysinger | 2004-12-06 14:59:45 +0000 |
commit | d824853de335d969f4d009f445bb6dfb1b18493b (patch) | |
tree | de7b963864e86c6012fb8da1fb64ab780e906af5 /networking/udhcp/dhcpc.h | |
parent | dcc286607c83723f2b05f91da0a6942999576106 (diff) | |
download | busybox-d824853de335d969f4d009f445bb6dfb1b18493b.zip busybox-d824853de335d969f4d009f445bb6dfb1b18493b.tar.gz |
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 9c4aa95..77c1809 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 */ }; |