Search
Results (315)
- Revision d333e763: Update util.inc
- Add additional check to correctly display "Alias-on-CARP"-style Virtual IPs in Gateway Group VIP dropdown selection. Fixes #14524
- Revision 62fb07c8: Disable CARP until services have started and before shutdown/reboot. Fixes #2218
- CARP has historically been enabled as part of ... call interfaces_sync_setup() from interfaces_vips_configure() if the platform is stil ... configuration, and re-enable if CARP VIPs exist after the marking the system as no lo ... _carp.php Use enable_carp() function
- Revision e90ba648: Automatic CARP/VIP rule refinements. Fixes #13908
- * Perform a filter reload after deleting a VIP. This is important not only for CARP but other VIPs, since they may be referenced in places s ... RP rules to the ruleset when there is a CARP VIP configured. Previously the automated CARP rules were added when any VIPs were present or when there were any HA sync ... irrelevant, the former case was too broad.
- Revision b37f3f5d: Include all interface IPs and VIPs in cpip table. #13391
- The cpzoneid_<zone>_cpips tables only include the IP and VIPS of the final interface searched, causing ca ... d merging the space separated list of IP and VIP addresses for that interface which is filter ... ed list for output into the table definition.
- Revision 5daccf2d: Fix undefined and unused variable warnings in interfaces.inc
- Notes: * interfaces_tunnel_configure() * ... e (logical interface name) * get_configured_vip_list_with_descr * No variable $vipid, $vipid defined as the iterated index and $vip the configured vip gotten from get_configured_vip. Previously the configured vip list returnd would likely be empty * restar ... ced with interface 'if' attribute from config
- Revision 3222c70a: Omit VIPs from interface address selection. Fixes #11545
- Add function get_interface_addresses() which wraps around pfSense_get_ifaddrs() and filters VIPs before selecting an interface v4 and v6 add ... ce_addresses() with get_interface_addresses()
- Revision 7610a397: Cleanup PPPoE VIPs on interface down to fix IP address order. Issue #11629
- Revision 6c98abd3: Cleanup PPPoE VIPs to fix IP address order. Issue #11629
- Revision 26bbdbc5: deleteVIP() input validation fix. Issue #12442
- Revision 42259176: deleteVIP() IPsec PH1 input validation. Fixes #12356