Correct the filter when validating URLs. Fix #14356
CP fix check for used mac db content. Fixes #14446
Ignore ngeth and wg interfaces when performing interface mismatch detection. For #14410
Correct 6o4 addr variable name. Fixes #14415
Correct alias bulk import regression. Fixes #14412
While here, ensure that a broken alias configuration does not cause PHPerrors which prevent users from using the GUI or console.
inc/upgrade_config: PHP 8.x issues. Fixes #14400
Fix ipsec_ikeid_next() copy/paste errors
The content of ipsec_ikeid_next() had some references to undefined variablesstemming from a change of nomenclature between 'ike', 'req', and 'key'. Thisseems to stem from content in ipsec_ikeid_next() originating as a copy/paste...
Disable CARP until services have started and before shutdown/reboot. Fixes #2218
CARP has historically been enabled as part of interface bringup and sync setupfairly early in rc.bootup. This change intentionally shuts down CARP frominterface bringup all the way until services have been started to ensure that a...
Relocate ConfigLibTest.php to new tests directory
To correctly handle running test in situ, add set_include_path() call to addrelative src/etc/inc path to the include path string
Work around PHP var ref scope weirdness. Fixes #14363
View revisions
Also available in: Atom