temporary workaround to prevent roam jobs due to virtual IP installations

This commit is contained in:
Andreas Steffen
2008-08-11 19:04:48 +00:00
parent 9f1ec81290
commit 26fd3f0057
+2 -1
View File
@@ -961,7 +961,8 @@ static job_requeue_t receive_events(private_kernel_interface_t *this)
break;
case RTM_NEWROUTE:
case RTM_DELROUTE:
fire_roam_job(this, FALSE);
/* TODO: ignore route changes due to virtual IPs */
/* fire_roam_job(this, FALSE); */
break;
default:
break;