summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-19 22:57:21 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-05-19 22:57:21 +0200
commit69c5043fdcea724f59055630eb0cf593c41732cb (patch)
tree2eb95575eac01cee7dda9eabe53951ffaa6dbec0 /interface.h
parent87d4c8eca7621c424e50e1fa70684d4c0e307984 (diff)
downloadnetifd-69c5043fdcea724f59055630eb0cf593c41732cb.tar.gz
implement a generic peerdns option to suppress proto handler dns entries
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
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;