Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 19:18:03 +0000 (UTC)
From:      John Hay <jhay@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw2.c
Message-ID:  <200609201918.k8KJI8nM073883@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhay        2006-09-20 19:18:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ipfw            ipfw2.c 
  Log:
  MFC: 1.97
  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>
  Approved by:    re (hrs)
  
  Revision   Changes    Path
  1.76.2.12  +1 -1      src/sbin/ipfw/ipfw2.c



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