Wildcard IPv6 addresses in --dhcp-host, for constructed ranges.

This commit is contained in:
Simon Kelley
2013-01-17 16:34:16 +00:00
parent 459380965a
commit 30393100c1
4 changed files with 27 additions and 4 deletions

View File

@@ -593,6 +593,7 @@ struct dhcp_config {
#define CONFIG_DECLINED 1024 /* address declined by client */
#define CONFIG_BANK 2048 /* from dhcp hosts file */
#define CONFIG_ADDR6 4096
#define CONFIG_WILDCARD 8192
struct dhcp_opt {
int opt, len, flags;