Revision 46a99aec
Added by Ermal Luçi over 10 years ago
etc/inc/filter.inc | ||
---|---|---|
3685 | 3685 |
} |
3686 | 3686 |
|
3687 | 3687 |
if (strpos($ph1ent['interface'], "_vip")) |
3688 |
list($parentinterface, $vhid) = explode("_vhid", $ph1ent['interface']);
|
|
3688 |
list($parentinterface, $vhid) = explode("_vip", $ph1ent['interface']);
|
|
3689 | 3689 |
else |
3690 | 3690 |
$parentinterface = $ph1ent['interface']; |
3691 | 3691 |
if (empty($FilterIflist[$parentinterface]['descr'])) { |
Also available in: Unified diff
Unbreak IPsec rules generation for IPsec over CARP. Should help even Ticket #4157