summaryrefslogtreecommitdiff
path: root/src/dhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp.h')
-rw-r--r--src/dhcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcp.h b/src/dhcp.h
index 64aa261..b1694d2 100644
--- a/src/dhcp.h
+++ b/src/dhcp.h
@@ -42,6 +42,8 @@ struct owfd_dhcp_config {
unsigned int client : 1;
unsigned int server : 1;
+ unsigned int ipv4 : 1;
+ unsigned int ipv6 : 1;
char *interface;
char *ip_binary;