From nobody@FreeBSD.org  Tue Feb  2 10:32:37 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B6A501065676
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Feb 2010 10:32:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A62268FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Feb 2010 10:32:37 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o12AWbml006202
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 Feb 2010 10:32:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o12AWb3a006201;
	Tue, 2 Feb 2010 10:32:37 GMT
	(envelope-from nobody)
Message-Id: <201002021032.o12AWb3a006201@www.freebsd.org>
Date: Tue, 2 Feb 2010 10:32:37 GMT
From: Sergey K <versen@list.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ipfw] ipfw table contains the same address
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143474
>Category:       kern
>Synopsis:       [ipfw] ipfw table contains the same address
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ipfw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 10:40:01 UTC 2010
>Closed-Date:    Sun Oct 02 16:01:13 UTC 2011
>Last-Modified:  Sun Oct 02 16:01:13 UTC 2011
>Originator:     Sergey K
>Release:        7.2-PRERELEASE
>Organization:
ISP
>Environment:
FreeBSD nas1 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #1: Thu Apr 16 20:58:15 MSD 2009     
root@nas1:/usr/src/sys/i386/compile/gwe1-0704  i386
>Description:
[root@]# ipfw table 5 list| uniq -d
10.0.66.73/32 0
[root@]# ipfw table 5 list | grep 10.0.66.73/32
10.0.66.73/32 0
10.0.66.73/32 0
[root@]# ipfw table 5 delete 10.0.66.73/32
[root@]# ipfw table 5 list | grep 10.0.66.73/32
10.0.66.73/32 0
[root@]# ipfw table 5 delete 10.0.66.73/32
ipfw: setsockopt(IP_FW_TABLE_DEL): No such process
[root@]# ipfw table 5 list | wc -l  
   4627
[root@]# ipfw table 5 flush
[root@]# ipfw table 5 list

>How-To-Repeat:
The problem is quite random and happens on various machines under heavy
load of traffic (400+ mbps) with frequent changes ipfw tables.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Feb 2 10:44:16 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143474 
State-Changed-From-To: open->feedback 
State-Changed-By: ae 
State-Changed-When: Thu Jul 7 08:54:21 UTC 2011 
State-Changed-Why:  
Can you reproduce this on 8.x+ releases? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143474 
State-Changed-From-To: feedback->closed 
State-Changed-By: ae 
State-Changed-When: Sun Oct 2 16:00:43 UTC 2011 
State-Changed-Why:  
Seems 8.x releases don't affected with this problem. I guess it is fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143474 
>Unformatted:
