diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 8db3e7d..a88eb08 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -152,11 +152,14 @@ struct interface { bool ra_advrouter; bool no_dynamic_dhcp; + // RA int learn_routes; int default_router; int managed; int route_preference; int ra_maxinterval; + int ra_mininterval; + int ra_lifetime; // DHCPv4 struct in_addr dhcpv4_start; |