From owner-freebsd-stable@FreeBSD.ORG Sun Apr 1 15:06:36 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE62B16A404 for ; Sun, 1 Apr 2007 15:06:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BA27C13C459 for ; Sun, 1 Apr 2007 15:06:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l31F6aGO007680; Sun, 1 Apr 2007 11:06:36 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l31F6ZlX035787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Apr 2007 11:06:35 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200704011506.l31F6ZlX035787@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 01 Apr 2007 11:04:37 -0400 To: JoaoBR , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <200704011107.22750.joao@matik.com.br> References: <200704011107.22750.joao@matik.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: julian@freebsd.org Subject: Re: ipfw add pipe broken? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 15:06:37 -0000 At 10:07 AM 4/1/2007, JoaoBR wrote: >it seems I can not add pipes with releng6 sources from the last days > >ipfw add pipe 1 ip from any to any >ipfw: getsockopt(IP_FW_ADD): Invalid argument > >or any similar add pipe command does not work=20 >(sure I have options DUMMYNET in >kernel) > >world and kernel from march 29 works still fine > >anything changed? There were a bunch of MFCs. When I try from a kernel today, [smicro1U]# ipfw pipe 3 config bw 512Kb [smicro1U]# ipfw pipe show 00003: 512.000 Kbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail [smicro1U]# [smicro1U]# ipfw add 1 pipe 3 ip from 10.0.0.0/8 to any ipfw: getsockopt(IP_FW_ADD): Invalid argument [smicro1U]# [smicro1U]# dmesg | tail -1 ipfw: opcode 50 size 2 wrong [smicro1U]# >-- > >Jo=E3o > > > > > > > >A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada= segura. >Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"