Fix typo in upgrade_238_to_239()
Add a sequence number to each rule during rule sort. Fix #16076
The 'for' loop first checks if the rule at that iteration exists andbreaks if not. When the rules array contains a gap, the 'for' loop breaksearly and potentially misses additional rules that need to be sorted. Fix...
Sync admin group changes. Fix #15898
The admin group needs to be removed and readded for its settings to sync.
This reverts commit 3e0facb20fa46a13bf7b70d6ddb1970b00485eb2.
Add combined IPv4/6 system aliases
https://redmine.pfsense.org/issues/15776
Fall back to routing via the interface for dynamic gateway monitoring IPs
It's possible that when setup_gateways_monitor() is called, the gatewayaddress is not yet available. To avoid routing the monitoring address viaanother gateway, fall back to routing via the gateway's interface instead.
Fix clobbered cron configuration on upgrade
Avoid using test -o and use || instead
Remove redundant call to dyndnsCheckIP()
The variable '$this->_dnsIP' is set when the object is constructed andwhen the function '_detectChange()' is called. It is additionally set inthe function '_checkStatus()' - this is redundant since by this point the...
Respect the RR type implied by the DDNS Service Type. Fix #16045
Background:In previous pfSense versions, the RR type and the IP address family usedto make the DDNS request were assumed to be the same and could beoverridden for specific DDNS services. The implementation of #11177 avoids...
kea: don't define pd-pools using ISC config
View revisions
Also available in: Atom