lifecycle: implement requires keyword

This commit is contained in:
Ariadne Conill 2020-07-24 03:42:34 -06:00
parent bc88e3fcd2
commit 38537339ab
4 changed files with 68 additions and 8 deletions

View file

@ -52,6 +52,8 @@ struct lif_interface {
bool is_auto;
struct lif_dict vars;
bool is_up;
};
#define LIF_INTERFACE_COLLECTION_FOREACH(iter, collection) \