interface-file: add some backwards compatibility hacks with use (ref #3)

This commit is contained in:
Ariadne Conill 2020-07-24 04:37:14 -06:00
parent 8138ca8485
commit a3c138b9b2
3 changed files with 26 additions and 0 deletions

View file

@ -50,6 +50,8 @@ struct lif_interface {
bool is_dhcp;
bool is_loopback;
bool is_auto;
bool is_bridge;
bool is_bond;
struct lif_dict vars;