summaryrefslogtreecommitdiffhomepage
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 d829033..0550bc2 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -131,6 +131,7 @@ struct odhcpd_ipaddr {
struct {
uint8_t dprefix;
uint8_t invalid_advertisements;
+ bool tentative;
};
/* ipv4 only */
@@ -300,6 +301,7 @@ struct interface {
bool ra_useleasetime;
bool ra_dns;
bool no_dynamic_dhcp;
+ bool have_link_local;
uint8_t pio_filter_length;
struct in6_addr pio_filter_addr;
int default_router;