Search
Results (313)
- 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
- Revision 3e968849: Correct input validation on deleting a CARP VIP which is referenced by an IP Alias. Fixes #12362
- Revision 6514012d: Reconfigure stacked IP Aliases on parent CARP VIP changes. Fixes #12227