Project

General

Profile

Search

Results (717)

Revision d20a3d08: use get_interface_ip functions rather than find_ since the former handles VIPs, gateway groups, etc. correctly. Ticket #4858
02/18/2016 06:15 AM
Revision 3185f659: Fix link_interface_to_vips() to account for IP alias over CARP.
02/16/2016 05:31 PM
Revision e0e28fdf: Fix the return value if no matching VIP was found.
02/16/2016 04:47 PM
Revision ce94deb0: Implement a switch that allows get_configured_vip_list() return only the selected type of VIP addresses: CARP, IP alias or all VIPs (default).
It seems that a few packages still rely on this. Ticket #5885 02/16/2016 02:05 PM
Bug #5885 (Resolved): get_configured_carp_int ... ill referenced by packages, missing filtering
get_configured_carp_interface_list() and get_ ... re replaced by a consolidated get_configured_vip_list() but the new function does not have a way to return only IP Alias or only CARP VIPs. The HAproxy package, and perhaps other cod ... for things like finding a list of only CARP VIPs. 02/12/2016 10:37 AM
Bug #5884 (Resolved): find_carp_interface() was removed, but it is still referenced by packages
find_carp_interface() was removed in commit:2 ... oth use it to determine the status of a CARP VIP like so: <pre> $iface = trim(find_carp_ ... P address instead, that would be even better. 02/12/2016 09:22 AM
Revision 95b07096: Only show VIPs on the correct interface. Ticket #5844
02/10/2016 09:40 PM
Revision 2a5960b0: Review of CARP uniqid changes.
It turns out that current CARP implementation ... ame (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of ... ARP (this is the only case of recursion of a VIP). This commit removes a few cases where CAR ... ong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which f ... , fixes general issues of adding and editing VIP addresses. The following subsystems were af ... - Ticket #5500 - Ticket #5783 - Ticket #5844 02/09/2016 09:58 PM
Revision 3564bcb5: Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858
02/06/2016 06:11 AM
Revision ce31310e: Fix find_interface_ip for gateway groups with VIPs. Ticket #4858
02/06/2016 02:50 AM
(321-330/717)