From owner-cvs-src@FreeBSD.ORG Wed Dec 21 21:35:48 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D09916A41F; Wed, 21 Dec 2005 21:35:48 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx2.orcon.net.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE0243D79; Wed, 21 Dec 2005 21:35:41 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx2.orcon.net.nz (8.13.2/8.13.2/Debian-1) with ESMTP id jBLLdN2h013582; Thu, 22 Dec 2005 10:39:24 +1300 Received: by heff.fud.org.nz (Postfix, from userid 1001) id D62B12845A; Thu, 22 Dec 2005 10:35:37 +1300 (NZDT) Date: Thu, 22 Dec 2005 10:35:37 +1300 From: Andrew Thompson To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20051221213537.GA33888@heff.fud.org.nz> References: <200512212129.jBLLTjRH046221@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512212129.jBLLTjRH046221@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on dbmail-mx2.orcon.net.nz X-Virus-Status: Clean Cc: Subject: Re: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c if_gif.c if_gif.h src/sys/netinet in_gif.c in_proto.c src/sys/netinet6 in6_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 21:35:48 -0000 On Wed, Dec 21, 2005 at 09:29:45PM +0000, Andrew Thompson wrote: > thompsa 2005-12-21 21:29:45 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 if_bridge.4 > sys/net if_bridge.c if_gif.c if_gif.h > sys/netinet in_gif.c in_proto.c > sys/netinet6 in6_gif.c > Log: > Add RFC 3378 EtherIP support. This change makes it possible to add gif > interfaces to bridges, which will then send and receive IP protocol 97 packets. > Packets are Ethernet frames with an EtherIP header prepended. > You can now play legacy networked games that only use IPX for LAN communication with your friends over the Internet. Anyone for Doom? Andrew