mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
Interfaces: Virtual IPs: Settings - ip alias + vhid validation issue, likely fix for https://github.com/opnsense/core/issues/6422
This commit is contained in:
parent
d22144e3a9
commit
4ef3c1fbe8
@ -105,8 +105,8 @@ class Vip extends BaseModel
|
||||
}
|
||||
}
|
||||
}
|
||||
$vhid_key = sprintf("%s_%s", $node->interface, $node->vhid);
|
||||
if ((string)$node->mode == 'carp') {
|
||||
$vhid_key = sprintf("%s_%s", $node->interface, $node->vhid);
|
||||
if (empty((string)$node->password)) {
|
||||
$messages->appendMessage(
|
||||
new Message(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user