kernel-pfroute: Trigger a roam event if a new interface appears

This commit is contained in:
Tobias Brunner
2013-07-17 17:45:17 +02:00
parent e50b20539b
commit 7b9c3fb41f
@@ -569,6 +569,10 @@ static void process_link(private_kernel_pfroute_net_t *this,
hydra->kernel_interface, iface->ifname);
repopulate_iface(this, iface);
this->ifaces->insert_last(this->ifaces, iface);
if (iface->usable)
{
roam = TRUE;
}
}
else
{