X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=7210f4850319d6e3b694e4c437284d5dd984eff9;hp=e7d84ac057e98832f142253045e8bc6ccab8bc2c;hb=5a0909caaff498d61b5cf17162fd0c5c5b381b8b;hpb=3d317e90f15eec480b23f4dcddb841c292bef690 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 {