implement a generic peerdns option to suppress proto handler dns entries
[project/netifd.git] / interface.h
index 6304eca..8c7b347 100644 (file)
@@ -58,6 +58,7 @@ struct interface_ip_settings {
        struct interface *iface;
        bool enabled;
        bool no_defaultroute;
+       bool no_dns;
 
        struct vlist_tree addr;
        struct vlist_tree route;