interface-file: add some backwards compatibility hacks with use (ref #3)
This commit is contained in:
parent
8138ca8485
commit
a3c138b9b2
3 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue