mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Firewall: NAT: Outbound - dropdown ignoring vip's. closes https://github.com/opnsense/core/issues/6270
This commit is contained in:
parent
56fcd68a04
commit
657be3ce6a
@ -46,7 +46,7 @@ function formTranslateAddresses() {
|
||||
// add VIPs's
|
||||
if (isset($config['virtualip']['vip'])) {
|
||||
foreach ($config['virtualip']['vip'] as $sn) {
|
||||
if (!isset($sn['noexpand'])) {
|
||||
if (empty($sn['noexpand'])) {
|
||||
if ($sn['mode'] == "proxyarp") {
|
||||
$start = ip2long32(gen_subnet($sn['subnet'], $sn['subnet_bits']));
|
||||
$end = ip2long32(gen_subnet_max($sn['subnet'], $sn['subnet_bits']));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user