diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 15:41:15 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 15:41:15 +0200 |
commit | d2a33f3f0fe704e4396fa2ada08401cb955ba7cb (patch) | |
tree | 6cce38b708a6936f5bf9ef4f4b0f3e56a80decc3 /interface.h | |
parent | e47461aedf90785f179331ac9a58127aadb3b650 (diff) |
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.h | 1 |
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; |