interface: add lif_interface::is_explicit
This commit is contained in:
parent
80a590ca33
commit
9bcf914250
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct lif_interface {
|
|||
bool is_bond;
|
||||
bool is_template;
|
||||
bool is_pending;
|
||||
bool is_explicit;
|
||||
|
||||
bool has_config_error; /* error found in interface configuration */
|
||||
|
||||
|
|
Loading…
Reference in a new issue