summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-27 13:21:22 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-07-27 13:21:22 +0200
commit75e73ab3714e324bf98140dbbf740d3e4c40f044 (patch)
tree0a6eb791f8cfbf93301a3445ef863efd83ab0277 /proto.h
parentbb1077aaf9f68dba09224803dd89d7316dc24648 (diff)
downloadnetifd-75e73ab3714e324bf98140dbbf740d3e4c40f044.tar.gz
interface: enable force_link by default for proto=static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e7d84ac..7210f48 100644
--- a/proto.h
+++ b/proto.h
@@ -36,6 +36,7 @@ enum {
PROTO_FLAG_NODEV = (1 << 1),
PROTO_FLAG_INIT_AVAILABLE = (1 << 2),
PROTO_FLAG_RENEW_AVAILABLE = (1 << 3),
+ PROTO_FLAG_FORCE_LINK_DEFAULT = (1 << 4),
};
struct interface_proto_state {