From owner-freebsd-stable@FreeBSD.ORG Tue Nov 19 19:55:58 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 649A3FC3; Tue, 19 Nov 2013 19:55:58 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3C1627D5; Tue, 19 Nov 2013 19:55:57 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t61so1573439wes.32 for ; Tue, 19 Nov 2013 11:55:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zo6qLo1jImxMi8EDH1WF/h9RhBjvFW3nPF3Ri1T6w5w=; b=FQ3sq//MLJh6zM1ZpT2xbKiUomYdvIUB5CqW9J8SxFdAc+XPZ7evm8JMBpV1JF/3Y4 3F0GBYoEajSPN0bgDm7SJ9ttjmpkpKxDVlTTppjvWYg0j8XFwTqH++zmYpmIB6C/ftAE GdqLk2+bq9yL+VgqvSc7ilt6ddSRAs1X0e9ukSCjIgWV7lrZTnwvMl3pq4YnKHtuN70q XnH45hl+3CijGeD2sP1xfS4nz/YADwjGOBNHiw1xhaMPdXiG5s4ojssYilfNgQ5xjZY5 qVhz8lb7EW5It5O8tmF9VX7hW2wSHoKdZRLdbXibYZfJnKDs+jXmRdX7V+avNDuUsPkX yHqA== MIME-Version: 1.0 X-Received: by 10.194.71.72 with SMTP id s8mr2749168wju.52.1384890956379; Tue, 19 Nov 2013 11:55:56 -0800 (PST) Received: by 10.216.91.144 with HTTP; Tue, 19 Nov 2013 11:55:56 -0800 (PST) Date: Tue, 19 Nov 2013 21:55:56 +0200 Message-ID: Subject: ipfw table add problem From: =?ISO-8859-1?Q?=D6zkan_KIRIK?= To: freebsd-stable , freebsd-ipfw , Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 19:55:58 -0000 Hi, I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. I am trying to add port number to ipfw tables. But there is something strange : Problem is easily repeatable. #ipfw table 1 flush #ipfw table 1 add 4899 #ipfw table 1 list ::/0 0 #ipfw table 1 flush #ipfw table 1 add 10.2.3.01 ( not 10.0.0.1, the last 1 has 0 as prefix ) #ipfw table 1 list ::/0 0 #ipfw table 1 delete ::/0 ipfw: setsockopt(IP_FW_TABLE_XDEL): No such process I guess that, this problem is related to radix mask calculation problem/fix. Is there a quick solution for this. Best, regards,