Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 10:34:51 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/20522: ip6fw errors when trying to zero all counts
Message-ID:  <200008101434.KAA30688@baby.int.thehousleys.net>

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

>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




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