mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2691 from NOYB/ICMPv6_Firewall_Log_Display_-_Fixes_5933_-_RELENG_2_2
This commit is contained in:
commit
398eecc1a7
@ -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'];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user