mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
IPsec - typo in auto generated rules. closes https://github.com/opnsense/core/issues/4920
This commit is contained in:
parent
ca67acc9d8
commit
45b697f6db
@ -255,7 +255,7 @@ function ipsec_firewall(\OPNsense\Firewall\Plugin $fw)
|
||||
}
|
||||
}
|
||||
}
|
||||
$interface = explode("_vhid", $ph1ent['interface'])[0];
|
||||
$interface = explode("_vip", $ph1ent['interface'])[0];
|
||||
$baserule = array("interface" => $interface,
|
||||
"log" => !isset($config['syslog']['nologdefaultpass']),
|
||||
"quick" => false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user