interface-file: add interface and template keywords as alias for iface

This commit is contained in:
Ariadne Conill 2020-09-23 11:26:28 -06:00
parent 850b20d5a8
commit eb70e48ece

View file

@ -336,7 +336,9 @@ static const struct parser_keyword keywords[] = {
{"gateway", handle_gateway}, {"gateway", handle_gateway},
{"iface", handle_iface}, {"iface", handle_iface},
{"inherit", handle_inherit}, {"inherit", handle_inherit},
{"interface", handle_iface},
{"source", handle_source}, {"source", handle_source},
{"template", handle_iface},
{"use", handle_use}, {"use", handle_use},
}; };