From 69c5043fdcea724f59055630eb0cf593c41732cb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 19 May 2012 22:57:21 +0200 Subject: implement a generic peerdns option to suppress proto handler dns entries --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 6304eca..8c7b347 100644 --- a/interface.h +++ b/interface.h @@ -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; -- cgit v1.2.1