diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 22:57:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-19 22:57:21 +0200 |
commit | 69c5043fdcea724f59055630eb0cf593c41732cb (patch) | |
tree | 2eb95575eac01cee7dda9eabe53951ffaa6dbec0 /interface.h | |
parent | 87d4c8eca7621c424e50e1fa70684d4c0e307984 (diff) |
implement a generic peerdns option to suppress proto handler dns entries
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 1 |
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; |