interface-file: mark interface as template if template keyword is used
This commit is contained in:
parent
eb70e48ece
commit
a3987b46c8
2 changed files with 7 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ struct lif_interface {
|
|||
bool is_auto;
|
||||
bool is_bridge;
|
||||
bool is_bond;
|
||||
bool is_template;
|
||||
|
||||
struct lif_dict vars;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue