dhcpv4: add in_addr dhcpv4_mask and in_addr dhcpv4_addr to struct interface
[project/odhcpd.git] / src / odhcpd.h
index b8cbeb2..d3a5ad6 100644 (file)
@@ -145,6 +145,8 @@ struct interface {
        int route_preference;
 
        // DHCPv4
+       struct in_addr dhcpv4_addr;
+       struct in_addr dhcpv4_mask;
        struct in_addr dhcpv4_start;
        struct in_addr dhcpv4_end;
        struct in_addr *dhcpv4_router;