Revision 4e322e2c
Added by Phil Davis over 9 years ago
src/etc/inc/easyrule.inc | ||
---|---|---|
53 | 53 |
} |
54 | 54 |
|
55 | 55 |
/* add ipsec interfaces */ |
56 |
if (ipsec_enabled()) |
|
56 |
if (ipsec_enabled()) {
|
|
57 | 57 |
$iflist["enc0"] = "IPSEC"; |
58 |
} |
|
58 | 59 |
|
59 | 60 |
if (isset($iflist[$int])) { |
60 | 61 |
return $int; |
Also available in: Unified diff
Code style and white space in etc