remove lif_interface.is_static, no longer used

This commit is contained in:
Ariadne Conill 2020-08-20 03:10:26 -06:00
parent d463d455da
commit 846df3272f
3 changed files with 0 additions and 8 deletions

View file

@ -168,11 +168,6 @@ lif_interface_file_parse(struct lif_dict *collection, const char *filename)
cur_iface->is_bridge = true;
else if (!strcmp(executor, "bond"))
cur_iface->is_bond = true;
else if (!strcmp(executor, "static"))
{
cur_iface->is_static = true;
continue;
}
else if (!strcmp(executor, "link"))
continue;