From owner-freebsd-current Sat Apr 28 19:33:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 2183537B423 for ; Sat, 28 Apr 2001 19:33:47 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f3T2Xjl48790 for current@freebsd.org; Sun, 29 Apr 2001 06:33:46 +0400 (MSD) (envelope-from ache) Date: Sun, 29 Apr 2001 06:33:45 +0400 From: "Andrey A. Chernov" To: current@freebsd.org Subject: ipfw: several equal rules under same number bug Message-ID: <20010429063345.A48717@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How it can be possible? ipfw -a l: 07001 40 1680 deny tcp from any to any 7006 07001 0 0 deny tcp from any to any 7006 07001 0 0 deny tcp from any to any 7006 I use equal "ipfw add" several times from the script, but the rule number was the same all times. I expect that rule is replaced, not added with same number several times. Who is our ipfw guru at this moment? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message