Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 10:32:37 GMT
From:      Sergey K <versen@list.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/143474: [ipfw] ipfw table contains the same address
Message-ID:  <201002021032.o12AWb3a006201@www.freebsd.org>
Resent-Message-ID: <201002021040.o12Ae1Yt037390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143474
>Category:       kern
>Synopsis:       [ipfw] ipfw table contains the same address
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 10:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002021032.o12AWb3a006201>