Bug 18992

Summary: log packets blocked by filter rules
Product: Base System Reporter: loughry <loughry>
Component: binAssignee: Brian Somers <brian>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description loughry 2000-06-03 21:50:01 UTC
This patch adds a new log level "BLOCKED" that logs packets that were
dropped because of a filter rule.  It is similar to "set log tcp/ip,"
but logs only blocked packets, not every packet.

Fix: Three files were changed: ip.c, log.c, log.h
How-To-Repeat: Add the option "set log blocked" to your /etc/ppp/ppp.conf file.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-06-02 09:42:06 UTC
Responsible Changed
From-To: freebsd-bugs->brian

This is a ppp issue
Comment 2 Brian Somers freebsd_committer freebsd_triage 2004-06-29 10:20:32 UTC
State Changed
From-To: open->closed

This facility is already implemented (``set log filter'').