lifecycle: add lif_interface.is_pending to break dependency cycles

This commit is contained in:
Ariadne Conill 2020-09-25 08:23:51 -06:00
parent 953b2274f7
commit 175f002b3e
2 changed files with 12 additions and 0 deletions

View file

@ -52,6 +52,7 @@ struct lif_interface {
bool is_bridge;
bool is_bond;
bool is_template;
bool is_pending;
bool has_config_error; /* error found in interface configuration */