libifupdown: interface: add support for automatic "use static" insertion

This commit is contained in:
Ariadne Conill 2020-07-26 02:32:00 -06:00
parent 052156ac09
commit 987e6399de
3 changed files with 10 additions and 0 deletions

View file

@ -52,6 +52,7 @@ struct lif_interface {
bool is_auto;
bool is_bridge;
bool is_bond;
bool is_static;
struct lif_dict vars;