do not fire a roam job when virtual IP is deleted
This commit is contained in:
@@ -814,10 +814,10 @@ static void process_addr(private_kernel_interface_t *this,
|
|||||||
found = TRUE;
|
found = TRUE;
|
||||||
if (hdr->nlmsg_type == RTM_DELADDR)
|
if (hdr->nlmsg_type == RTM_DELADDR)
|
||||||
{
|
{
|
||||||
changed = TRUE;
|
|
||||||
addrs->remove(addrs);
|
addrs->remove(addrs);
|
||||||
if (!addr->virtual)
|
if (!addr->virtual)
|
||||||
{
|
{
|
||||||
|
changed = TRUE;
|
||||||
DBG1(DBG_KNL, "%H disappeared from %s",
|
DBG1(DBG_KNL, "%H disappeared from %s",
|
||||||
host, iface->ifname);
|
host, iface->ifname);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user