Project

General

Profile

« Previous | Next » 

Revision e87f056e

Added by NOYB NOYB over 9 years ago

ICMPv6 Firewall Log Display - Fixes 5933 - RELENG_2_2

ICMPv6 logging was not being displayed in firewall log.

View differences:

etc/inc/filter_log.inc
190 190
				$flent['urg'] = $rule_data[$field++];
191 191
				$flent['options'] = explode(";",$rule_data[$field++]);
192 192
			}
193
		} else if ($flent['protoid'] == '1') { // ICMP
193
		} else if ($flent['protoid'] == '1' || $flent['protoid'] == '58') { // ICMP (IPv4 & IPv6)
194 194
			$flent['src'] = $flent['srcip'];
195 195
			$flent['dst'] = $flent['dstip'];
196 196

  

Also available in: Unified diff