summaryrefslogtreecommitdiff
path: root/src/odhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index b8cbeb2..d3a5ad6 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -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;