1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

send ARPs with an interval of 1.1 seconds during ip takeover.

this is to better handle linux clients which often default to ignore grat arps that arrive within 1 second of eachother.

(This used to be ctdb commit 5664da36943b4901a807a9594b0f45e859aafbf3)
This commit is contained in:
Ronnie Sahlberg 2009-07-07 11:40:01 +10:00
parent 20887a15ad
commit 1593e67399

View File

@ -106,7 +106,7 @@ static void ctdb_control_send_arp(struct event_context *ev, struct timed_event *
}
event_add_timed(arp->ctdb->ev, arp->vnn->takeover_ctx,
timeval_current_ofs(CTDB_ARP_INTERVAL, 0),
timeval_current_ofs(CTDB_ARP_INTERVAL, 100000),
ctdb_control_send_arp, arp);
}