Date: Fri, 10 Jun 2005 15:08:15 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Andrew Thompson <thompsa@freebsd.org>, Brooks Davis <brooks@one-eyed-alien.net>, current@freebsd.org, net@freebsd.org Subject: Re: HEADSUP: internal network interface changes Message-ID: <20050610220815.GA17775@odin.ac.hmc.edu> In-Reply-To: <20050610220133.GA69748@heff.fud.org.nz> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050610220815.GA17775>