Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2006 06:40:20 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: bin/102422: commit references a PR
Message-ID:  <200609160640.k8G6eKWj053942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/102422; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/102422: commit references a PR
Date: Sat, 16 Sep 2006 06:34:44 +0000 (UTC)

 jhay        2006-09-16 06:34:30 UTC
 
   FreeBSD src repository
 
   Modified files:
     sbin/ipfw            ipfw2.c 
   Log:
   Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
   otherwise this command
   
   ipfw add allow ipv6-icmp from any to 2002::1 icmp6types 1,2,128,129
   
   turns into icmp6types 1,2,32,33,34,...94,95,128,129
   
   PR:             102422 (part 1)
   Submitted by:   Andrey V. Elsukov <bu7cher at yandex.ru>
   MFC after:      5 days
   
   Revision  Changes    Path
   1.97      +1 -1      src/sbin/ipfw/ipfw2.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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