diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index cbeaaf8..043360b 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -121,7 +121,6 @@ struct interface { struct list_head ia_assignments; struct odhcpd_ipaddr ia_addr[RELAYD_MAX_ADDRS]; size_t ia_addr_len; - bool ia_reconf; // DHCPv4 struct odhcpd_event dhcpv6_event; |