Actions
Bug #6515
closedlink_interface_to_vips slow with large numbers of VIPs
Start date:
06/21/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
Description
link_interface_to_vips when called with the update parameter calls interfaces_vips_configure once per VIP on the interface, so it repeats the same actions in their entirety over and over. With a few thousand VIPs, that adds minutes of unnecessary delays to anything that calls link_interface_to_vips with update.
Actions