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.
- 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)
- 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.
- Revision c9159949: VIP mode is set unconditionally now, but this co ... is causing errors in some cases. Fixes #8518
- Revision 63b2c4c8: Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
- Revision ff52976d: Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
- 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)
- Revision 74d6e948: Merge pull request #3924 from PiBa-NL/20180331-filter-ipv6-vips
- Revision c6ebe69d: filter vip usage, ipv6 vips cause invalid rules because a empty item gets added to the vips list for a interface
- 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)