Further fixes to DHCP logging.

This commit is contained in:
Simon Kelley
2013-10-03 11:43:09 +01:00
parent ef1d7425e3
commit 903650af67
2 changed files with 25 additions and 12 deletions

View File

@@ -64,8 +64,10 @@ struct script_data
#ifdef HAVE_TFTP
off_t file_len;
#endif
#ifdef HAVE_DHCP6
#ifdef HAVE_IPV6
struct in6_addr addr6;
#endif
#ifdef HAVE_DHCP6
int iaid, vendorclass_count;
#endif
unsigned char hwaddr[DHCP_CHADDR_MAX];