From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 22:08:16 2005 Return-Path: X-Original-To: current@freebsd.org 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 044F916A41F; Fri, 10 Jun 2005 22:08:16 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2FD43D53; Fri, 10 Jun 2005 22:08:15 +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 j5AM8FEw020630; Fri, 10 Jun 2005 15:08:15 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j5AM8FBa020629; Fri, 10 Jun 2005 15:08:15 -0700 Date: Fri, 10 Jun 2005 15:08:15 -0700 From: Brooks Davis To: Andrew Thompson , Brooks Davis , current@freebsd.org, net@freebsd.org Message-ID: <20050610220815.GA17775@odin.ac.hmc.edu> References: <20050609064452.GC1595@odin.ac.hmc.edu> <20050610162600.GA12928@odin.ac.hmc.edu> <20050610165724.GA17120@odin.ac.hmc.edu> <20050610220133.GA69748@heff.fud.org.nz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <20050610220133.GA69748@heff.fud.org.nz> 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 Cc: Subject: Re: HEADSUP: internal network interface changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 10 Jun 2005 22:08:16 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 11, 2005 at 10:01:33AM +1200, Andrew Thompson wrote: > On Fri, Jun 10, 2005 at 09:57:24AM -0700, Brooks Davis wrote: > > On Fri, Jun 10, 2005 at 09:26:00AM -0700, Brooks Davis wrote: > > > Look out! :-) > > >=20 > > > This change is incoming sortly (pending final cvs updates). > >=20 > > I've committed the change bumping __FreeBSD_version. Hopefully the > > ride won't be too bumpy. If you have any problems, please report them > > on -current as well as to me directly. Most problems should be fairly > > simple to fix. I will be checking my e-mail regularly for at least the > > next 14 hours. > >=20 >=20 > Im getting a panic with if_bridge, it seems to have been missed from the > if_alloc() changes. Sorry about that, I remember converting if_bridge, but looking at it, I clearly did not. The patch isn't quite right. You will have to keep the setting of if_type and call if_alloc(IFT_ETHER) and then use a matching if_free_type(ifp, IFT_ETHER). Alternativly, you could register functions to allocate the arpcom for IFT_BRIDGE as at the bottom of if_ethersubr.c. -- Brooks --=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 --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCqg9OXY6L6fI4GtQRAnxVAKCuQg/WoQtLfaIZUDddtMnrUVXrYACfSeW6 ZYBOTLA1rRhu/oIEryOyC+4= =3ChO -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--