Search
Results (314)
- Revision c0509674: Bring back rainterface, add config upgrade to convert to new _vip format. Ticket #6043
- Revision 89a7d8d0: Make link_interface_to_vips() also return the IP aliases on the specified vhid.
- 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
- 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