X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=proto.h;h=87dec4e9f948d865beed5d8e8dc118e28289236d;hb=245527193e90906451be35c2b8e972b8712ea6ab;hp=e7d84ac057e98832f142253045e8bc6ccab8bc2c;hpb=3d317e90f15eec480b23f4dcddb841c292bef690;p=project%2Fnetifd.git diff --git a/proto.h b/proto.h index e7d84ac..87dec4e 100644 --- a/proto.h +++ b/proto.h @@ -36,6 +36,8 @@ 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), + PROTO_FLAG_LASTERROR = (1 << 5), }; struct interface_proto_state {