X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto.h;h=26a54bd19d4458f08c24b848eb6c22d357e82a30;hp=7210f4850319d6e3b694e4c437284d5dd984eff9;hb=HEAD;hpb=75e73ab3714e324bf98140dbbf740d3e4c40f044 diff --git a/proto.h b/proto.h index 7210f48..26a54bd 100644 --- a/proto.h +++ b/proto.h @@ -37,6 +37,9 @@ enum { PROTO_FLAG_INIT_AVAILABLE = (1 << 2), PROTO_FLAG_RENEW_AVAILABLE = (1 << 3), PROTO_FLAG_FORCE_LINK_DEFAULT = (1 << 4), + PROTO_FLAG_LASTERROR = (1 << 5), + PROTO_FLAG_TEARDOWN_ON_L3_LINK_DOWN = (1 << 6), + PROTO_FLAG_NO_TASK = (1 << 7), }; struct interface_proto_state {