mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +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:
parent
20887a15ad
commit
1593e67399
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user