Bug 14937

Summary: ipfw -a list show wrong information
Product: Base System Reporter: pauel <pauel>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description pauel 1999-11-17 03:20:00 UTC
It i see in daily.report:
(rule 0001 and 0000 not exist in my system)

> 00001 31648823730241536         0 deny ip from any to any
> 00001                 0         0 deny ip from any to any
> 00001 31648823730241536         0 deny ip from any to any
> 00001                 0         0 deny ip from any to any
> 00001 31648823730241536         0 deny ip from any to any
> 00001 31648823730241536         0 deny ip from any to any
> 08209 31648823730241536         0 deny ip from any to any
> 08710                 0         0 deny ip from any to any
> 08721                 0         0 deny ip from any to any
> 08209                 0         0 deny ip from any to any
> 08198                 0         0 deny argus from any to any
> 40966                 0         0 deny visa from any to any
> 40966                 0         0 deny 220 from any to any
> 40966                 0         0 deny iso-tp4 from any to any
> 32774                 0         0 deny ip from any to any
> 08198                 0         0 deny argus from any to any
> 40977                 0         0 deny visa from any to any
> 40977                 0         0 deny 220 from any to any
> 40977                 0         0 deny iso-tp4 from any to any
> 32785                 0         0 deny ip from any to any
> 08209                 0         0 deny ip from any to any
> 00000   110384954474496         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny ip from any to any
> 00000                 0         0 deny tcp from any 0 to any

How-To-Repeat: Periodicaly
I see it 2-st time of this month
Comment 1 Gregory Bond 1999-11-17 03:54:36 UTC
The size of the IPFW IOCTL structs changed recently.  This looks like a 
kernel/userspace mismatch.  Make sure you have both the kernel and ipfw from 
the same vintage.
Comment 2 ru freebsd_committer freebsd_triage 2000-01-19 09:38:15 UTC
State Changed
From-To: open->closed

Duplicate of PR#14907.