merge from udhcp module

This commit is contained in:
Mike Frysinger
2004-12-06 14:59:45 +00:00
parent dcc286607c
commit d824853de3
6 changed files with 30 additions and 4 deletions

View File

@@ -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 */
};