summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter_log.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter_log.inc b/etc/inc/filter_log.inc
index 6316bff..798ddcb 100644
--- a/etc/inc/filter_log.inc
+++ b/etc/inc/filter_log.inc
@@ -190,7 +190,7 @@ function parse_filter_line($line) {
$flent['urg'] = $rule_data[$field++];
$flent['options'] = explode(";",$rule_data[$field++]);
}
- } else if ($flent['protoid'] == '1') { // ICMP
+ } else if ($flent['protoid'] == '1' || $flent['protoid'] == '58') { // ICMP (IPv4 & IPv6)
$flent['src'] = $flent['srcip'];
$flent['dst'] = $flent['dstip'];
OpenPOWER on IntegriCloud