interface-file: add interface and template keywords as alias for iface
This commit is contained in:
parent
850b20d5a8
commit
eb70e48ece
1 changed files with 2 additions and 0 deletions
|
@ -336,7 +336,9 @@ static const struct parser_keyword keywords[] = {
|
|||
{"gateway", handle_gateway},
|
||||
{"iface", handle_iface},
|
||||
{"inherit", handle_inherit},
|
||||
{"interface", handle_iface},
|
||||
{"source", handle_source},
|
||||
{"template", handle_iface},
|
||||
{"use", handle_use},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue