mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Properly format the IPv6 address within brackets so that Carp sync to a ipv6 address works
This commit is contained in:
parent
3c009080b8
commit
4f3768154f
@ -238,6 +238,8 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
|
||||
$port = "443";
|
||||
}
|
||||
|
||||
if(is_ipaddrv6($carp['synchronizetoip']))
|
||||
$carp['synchronizetoip'] = "[{$carp['synchronizetoip']}]";
|
||||
$synchronizetoip .= $carp['synchronizetoip'];
|
||||
if ($carp['synchronizerules'] != "") {
|
||||
if (!is_array($config['filter']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user