mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
System: High Availability: Settings - fix version ignored due to selecting the wrong field (https://github.com/opnsense/core/issues/7485)
This commit is contained in:
parent
c216e560b3
commit
575f9ccaab
@ -1287,8 +1287,8 @@ function interfaces_carp_setup()
|
||||
}
|
||||
|
||||
$version = '';
|
||||
if (!empty($config['hasync']['version'])) {
|
||||
$version = 'version ' . escapeshellarg($config['hasync']['version']);
|
||||
if (!empty($config['hasync']['pfsyncversion'])) {
|
||||
$version = 'version ' . escapeshellarg($config['hasync']['pfsyncversion']);
|
||||
}
|
||||
|
||||
$intf_stats = legacy_interfaces_details();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user