remove lif_interface.is_static, no longer used
This commit is contained in:
parent
d463d455da
commit
846df3272f
3 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue