lifecycle: add lif_interface.is_pending to break dependency cycles
This commit is contained in:
parent
953b2274f7
commit
175f002b3e
2 changed files with 12 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue