summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-02 08:40:10 -0300
committerRenato Botelho <renato@netgate.com>2016-03-02 08:40:10 -0300
commit398eecc1a7cc93ca7f4e846ec07e93ff3e9dce0e (patch)
tree61aea748150386ff6bd4f0ed4815bf4fde5ff720
parentb578d0cdb4b51b6dfdc2d9572605dc89fe5722bf (diff)
parente87f056ebf3365114815c3c31af70323aa64ed9c (diff)
downloadpfsense-398eecc1a7cc93ca7f4e846ec07e93ff3e9dce0e.zip
pfsense-398eecc1a7cc93ca7f4e846ec07e93ff3e9dce0e.tar.gz
Merge pull request #2691 from NOYB/ICMPv6_Firewall_Log_Display_-_Fixes_5933_-_RELENG_2_2
-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