interface-file: mark interface as template if template keyword is used

This commit is contained in:
Ariadne Conill 2020-09-23 11:29:01 -06:00
parent eb70e48ece
commit a3987b46c8
2 changed files with 7 additions and 0 deletions

View file

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