interface: add lif_interface::is_explicit

This commit is contained in:
Ariadne Conill 2020-10-21 08:06:59 -06:00
parent 80a590ca33
commit 9bcf914250

View file

@ -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 */