Bug #4343
closedFirewall Log does not display logs for IGMP
0%
Description
I have a rule that that deals with multicast packets (to 224.0.0.0/4).
There are lines in /var/log/filter.log for packets that match that rule, but they are not displayed on the Firewall Log GUI.
It seems that IGMP protocol packets are not handled by parse_filter_line.
Updated by Phillip Davis about 8 years ago
Proposed fix: https://github.com/pfsense/pfsense/pull/1456
Updated by Phillip Davis about 8 years ago
Note: In filter_log.inc parse_filter_line() there is also code that tries to handle protocol 112 CARP (around line 244). I suspect that the same issue (of not having a src and dst IP set) will cause any protocol 112 CARP packets in the firewall log to not display on the GUI.
Updated by Phillip Davis about 8 years ago
Related forum thread that got me started looking at this: https://forum.pfsense.org/index.php?topic=87723.0
Updated by Ermal Luçi about 8 years ago
- Status changed from New to Feedback
The pull request has been merged.