Project

General

Profile

Search

Results (314)

Revision 65b5efa7: Add config function init_config_arr()
This function initializes a set of nested key ... xample: init_config_arr(array('virtualip', 'vip')); This will create $config['virtualip']['vip] as an array. 08/03/2018 02:06 PM
Revision 45c44edb: Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left, and only prevents deleting the last VIP by which a gateway could be reached. (cherr ... mit 480c21f44c42dd84f7ca0e0db62a7a731ed0278e) 06/19/2018 02:06 PM
Revision 480c21f4: Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left, and only prevents deleting the last VIP by which a gateway could be reached. 06/19/2018 02:05 PM
Revision c9159949: VIP mode is set unconditionally now, but this co ... is causing errors in some cases. Fixes #8518
05/16/2018 05:30 PM
Revision 63b2c4c8: Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
05/16/2018 05:29 PM
Revision ff52976d: Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
05/16/2018 05:24 PM
Revision fa5df9eb: filter vip usage, ipv6 vips cause invalid rules because a empty item gets added to the vips list for a interface
(cherry picked from commit c6ebe69d2c0838bc76957b22f98547311c68e700) 04/05/2018 07:32 PM
Revision 74d6e948: Merge pull request #3924 from PiBa-NL/20180331-filter-ipv6-vips
04/05/2018 07:31 PM
Revision c6ebe69d: filter vip usage, ipv6 vips cause invalid rules because a empty item gets added to the vips list for a interface
03/31/2018 06:06 PM
Revision ec203c03: Fixes a bug where an IP alias on loopback interface is not initialized at boot.
A recent change changed the IP alias setup to ... duplicate code and apply the same rules for VIPs and IP aliases. Ticket: #8393 Gith ... mit 52d4dc91613d8cd6bdb7eca0a26cec2b802a0046) 03/30/2018 06:31 PM
(51-60/314)