interface: enable force_link by default for proto=static
[project/netifd.git] / proto.h
diff --git a/proto.h b/proto.h
index e7d84ac057e98832f142253045e8bc6ccab8bc2c..7210f4850319d6e3b694e4c437284d5dd984eff9 100644 (file)
--- 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 {