interface: always attach "use link" executor

This commit is contained in:
Ariadne Conill 2020-07-26 03:29:16 -06:00
parent 05e8f9bbb5
commit 52d2bad3b8
2 changed files with 6 additions and 0 deletions

View file

@ -62,6 +62,7 @@ lif_interface_init(struct lif_interface *interface, const char *ifname)
memset(interface, '\0', sizeof *interface);
interface->ifname = strdup(ifname);
lif_dict_add(&interface->vars, "use", strdup("link"));
}
bool