mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: only ever store nobind for ipalias/carp; closes #5585
This commit is contained in:
parent
5bb73b120b
commit
f64dfb8976
@ -192,7 +192,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
// noexpand, only used for proxyarp
|
||||
$vipent['noexpand'] = true;
|
||||
}
|
||||
if (empty($pconfig['bind'])) {
|
||||
if (empty($pconfig['bind']) && ($pconfig['mode'] == 'ipalias' || $pconfig['mode'] == 'carp')) {
|
||||
// nobind, only used for ipalias/carp
|
||||
$vipent['nobind'] = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user