Use 1 socket per interface for DHCPv6
[project/odhcpd.git] / src / odhcpd.h
index 77376cb..789f696 100644 (file)
@@ -115,6 +115,7 @@ struct interface {
        bool ia_reconf;
 
        // DHCPv4
+       struct odhcpd_event dhcpv6_event;
        struct odhcpd_event dhcpv4_event;
        struct list_head dhcpv4_assignments;