summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-11 15:41:15 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-04-11 15:41:15 +0200
commitd2a33f3f0fe704e4396fa2ada08401cb955ba7cb (patch)
tree6cce38b708a6936f5bf9ef4f4b0f3e56a80decc3 /interface.h
parente47461aedf90785f179331ac9a58127aadb3b650 (diff)
downloadnetifd-d2a33f3f0fe704e4396fa2ada08401cb955ba7cb.tar.gz
interface: add support for a parameter to force setup without a carrier on the underlying device
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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 9a7bb3d..6cfe264 100644
--- a/interface.h
+++ b/interface.h
@@ -104,6 +104,7 @@ struct interface {
bool device_config;
bool enabled;
bool link_state;
+ bool force_link;
bool dynamic;
time_t start_time;