From owner-freebsd-current@FreeBSD.ORG Mon Apr 18 18:51:49 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F7816A4CE for ; Mon, 18 Apr 2005 18:51:49 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4139943D46 for ; Mon, 18 Apr 2005 18:51:49 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j3IIpm0p018471 for ; Mon, 18 Apr 2005 11:51:48 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j3IIpmeA018470 for current@freebsd.org; Mon, 18 Apr 2005 11:51:48 -0700 Date: Mon, 18 Apr 2005 11:51:48 -0700 From: Brooks Davis To: current@freebsd.org Message-ID: <20050418185148.GA15795@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: HEADSUP: IPv6 support added to IPFW X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 18:51:49 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've just committed support for IPv6 to IPFW. Various versions of the pack have been in use for some time, but it's a large change so be careful. IP6FW should be considered deprecated. It may or may not appear in 6.0 (subject to user feedback and discussions with re@). It may be possible to MFC this change given sufficient user interest. I have made no decision on this at this time. -- Brooks ----- Forwarded message from Brooks Davis ----- From: Brooks Davis Date: Mon, 18 Apr 2005 18:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h ip_fw2.c ip_fw_pfil.c src/sys/netinet6 ip6_output.c brooks 2005-04-18 18:35:05 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 ipfw2.c=20 sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h=20 ip_fw2.c ip_fw_pfil.c=20 sys/netinet6 ip6_output.c=20 Log: Add IPv6 support to IPFW and Dummynet. =20 Submitted by: Mariano Tortoriello and Raffaele De Lorenzo (via luigi) =20 Revision Changes Path 1.168 +122 -30 src/sbin/ipfw/ipfw.8 1.71 +698 -35 src/sbin/ipfw/ipfw2.c 1.90 +69 -14 src/sys/netinet/ip_dummynet.c 1.35 +3 -0 src/sys/netinet/ip_dummynet.h 1.98 +67 -0 src/sys/netinet/ip_fw.h 1.93 +333 -32 src/sys/netinet/ip_fw2.c 1.19 +33 -2 src/sys/netinet/ip_fw_pfil.c 1.88 +26 -0 src/sys/netinet6/ip6_output.c ----- End forwarded message ----- --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCZAHEXY6L6fI4GtQRAoFhAKDkluxXmBR0g0B3kgre2C3LvGoOgwCfT9j0 ybcXhcCGl0G9TTCCIazpUgc= =zzco -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--