summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-18 23:27:15 +0200
committerFelix Fietkau <nbd@openwrt.org>2015-04-18 23:27:15 +0200
commit9cb272f5b12cf23205f361244a9ceef1097d3cba (patch)
treeb75457d8828836c4a44a45408e104f961e02eed9 /device.h
parentab369490f931712c21913902f8cb9a81fc2767a4 (diff)
device: add support for removing interface config on reload
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 334a238..4b36641 100644
--- a/device.h
+++ b/device.h
@@ -161,6 +161,7 @@ struct device {
bool hidden;
bool current_config;
+ bool iface_config;
bool default_config;
bool wireless;