X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=ca5d3761ffa61356867a29b48c4e136519af4bbb;hp=8c69958fa8edc78df18cb1a66476122843f385bf;hb=b08f841685bf67b3f4f8cc3e8f667c80878916a8;hpb=e93c42c036c4b4df1f65f261def31cf1a429e942 diff --git a/interface.h b/interface.h index 8c69958..ca5d376 100644 --- a/interface.h +++ b/interface.h @@ -60,6 +60,7 @@ struct interface_ip_settings { bool enabled; bool no_defaultroute; bool no_dns; + bool no_delegation; struct vlist_tree addr; struct vlist_tree route;