From owner-freebsd-bugs Thu Aug 10 7:40:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DB837BEAC for ; Thu, 10 Aug 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92633; Thu, 10 Aug 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 9343837BE75 for ; Thu, 10 Aug 2000 07:34:52 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id KAA96844 for ; Thu, 10 Aug 2000 10:34:51 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id KAA30688; Thu, 10 Aug 2000 10:34:51 -0400 (EDT) (envelope-from housley) Message-Id: <200008101434.KAA30688@baby.int.thehousleys.net> Date: Thu, 10 Aug 2000 10:34:51 -0400 (EDT) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/20522: ip6fw errors when trying to zero all counts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20522 >Category: bin >Synopsis: ip6fw errors when trying to zero all counts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 10 07:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.1-STABLE i386 >Organization: The Housleys dot Net >Environment: FreeBSD 4.x (4.0-RELEASE through 4.1-STABLE) maybe 5.x >Description: ip6fw does not allow clearing of all counts. I looked briefly about 2 months ago and thought a syscall was missing or didn't accept the params correctly. I will look more when I get a chance. This is the same as PR: bin/20506 which I screwed up and made confidential >How-To-Repeat: cat# ip6fw show 00100 19 1216 count ipv6 from any to any in recv gif0 00200 85 4088 count ipv6 from any to any out xmit gif0 00300 0 0 count ipv6 from any to any in recv gif1 00400 0 0 count ipv6 from any to any out xmit gif1 00500 0 0 count ipv6 from any to any in recv gif2 00600 0 0 count ipv6 from any to any out xmit gif2 00700 0 0 count ipv6 from any to any in recv gif3 00800 6 192 count ipv6 from any to any out xmit gif3 00900 597 32228 count ipv6 from any to any in recv vr0 01000 579 43843 count ipv6 from any to any out xmit vr0 01100 0 0 count ipv6 from any to any in recv vx0 01200 0 0 count ipv6 from any to any out xmit vx0 01300 0 0 allow ipv6 from any to any via lo0 01400 0 0 allow ipv6-icmp from ff02::/16 to :: 01500 4 96 allow ipv6-icmp from :: to ff02::/16 01600 0 0 allow ipv6-icmp from fe80::/10 to fe80::/10 01700 1119 62176 allow ipv6-icmp from fe80::/10 to ff02::/16 01800 41 13423 allow tcp from any to any established 01900 0 0 allow udp from fe80::/10 521 to ff02::9 521 65000 154 7920 allow ipv6 from any to any 65535 28 832 allow ipv6 from any to any cat# ip6fw zero ip6fw: setsockopt(IPV6_FW_ZERO): Invalid argument cat# >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message