X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=538a7e5213a899e8b44cb9dab46403e738ad4cdc;hp=ceef0bfb0e380f25dff75593fcfcb0f36de0450a;hb=3495f179bd901d6d232e0dbf35444ebe483fdfd9;hpb=68ee0b59040625d2ab5830b1c1cc8eca2da0dcf1 diff --git a/src/odhcpd.h b/src/odhcpd.h index ceef0bf..538a7e5 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -97,6 +97,7 @@ struct config { bool legacy; char *dhcp_cb; char *dhcp_statefile; + int log_level; } config; @@ -149,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;