X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=0c56b3640c30376857173d1fede1785316d2375c;hp=b8c9cad21d764ec1315f5b8c0ac303502641ea7a;hb=48ffedb4a2b6701eec99e32e91b8a66a0a4be950;hpb=059242dea7a7c1e51314cf41ad27aac853a385f3;ds=sidebyside diff --git a/interface.h b/interface.h index b8c9cad..0c56b36 100644 --- a/interface.h +++ b/interface.h @@ -59,7 +59,9 @@ struct interface_ip_settings { bool enabled; bool no_defaultroute; bool no_dns; + uint8_t assignment_length; + int32_t assignment_hint; struct vlist_tree addr; struct vlist_tree route;