interface: let interface_set_down() return void
[oweals/netifd.git] / proto.h
diff --git a/proto.h b/proto.h
index e7d84ac057e98832f142253045e8bc6ccab8bc2c..26a54bd19d4458f08c24b848eb6c22d357e82a30 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -36,6 +36,10 @@ 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),
+       PROTO_FLAG_TEARDOWN_ON_L3_LINK_DOWN = (1 << 6),
+       PROTO_FLAG_NO_TASK = (1 << 7),
 };
 
 struct interface_proto_state {