Search
Results (717)
- Revision d20a3d08: use get_interface_ip functions rather than find_ since the former handles VIPs, gateway groups, etc. correctly. Ticket #4858
- Revision 3185f659: Fix link_interface_to_vips() to account for IP alias over CARP.
- Revision e0e28fdf: Fix the return value if no matching VIP was found.
- 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
- 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.
- 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.
- Revision 95b07096: Only show VIPs on the correct interface. Ticket #5844
- 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
- Revision 3564bcb5: Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858
- Revision ce31310e: Fix find_interface_ip for gateway groups with VIPs. Ticket #4858