Clean up logic here. It makes no sense to proceed if bridgeif isn't defined but platform_booting is true. In interfaces_bridge_configure before it gets to this point, it's setting bridgeif if it's not set, and doing so in a way that won't potentially create conflicting bridgeifs (which this removed code didn't).
Remove variables deprecated some time ago.
Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898
Fix link_interface_to_vips() to account for IP alias over CARP.
Simplify and correct the comments in get_carp_interface_status().
Simplify the code with the use the newly introduced function to list CARP addresses.
Fix the return value if no matching VIP was found.
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
Call conf_mount_rw() before run pfSense-upgrade to avoid doing it twice
Break long lines
View revisions
Also available in: Atom