X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=538a7e5213a899e8b44cb9dab46403e738ad4cdc;hp=8db3e7d2c7eee3c4dd32964a71222a58593a9748;hb=3495f179bd901d6d232e0dbf35444ebe483fdfd9;hpb=4dc7edb23f1d587f9e09ad84ee200a9edf351d00;ds=sidebyside diff --git a/src/odhcpd.h b/src/odhcpd.h index 8db3e7d..538a7e5 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -150,13 +150,17 @@ struct interface { bool always_rewrite_dns; bool ra_not_onlink; bool ra_advrouter; + bool ra_useleasetime; 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;