Date: Sat, 12 Aug 2006 14:46:56 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Andrew Thompson <thompsa@freebsd.org>, Christian Brueffer <brueffer@freebsd.org>, freebsd-current@freebsd.org, sam@freebsd.org Subject: Re: is if_bridge broken? Message-ID: <20060812114656.GA31826@gothmog.pc> In-Reply-To: <20060812100849.GC38775@heff.fud.org.nz> References: <86zmeafnjz.fsf@gothmog.pc> <20060812071830.GA1755@haakonia.hitnet.RWTH-Aachen.DE> <20060812073123.GA9233@gothmog.pc> <20060812100849.GC38775@heff.fud.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-08-12 22:08, Andrew Thompson <thompsa@freebsd.org> wrote: > It seems I forgot the module version, this should hopefully fix it. Ah! Many thanks :-) > Index: bridgestp.c > =================================================================== > RCS file: /home/ncvs/src/sys/net/bridgestp.c,v > retrieving revision 1.18 > diff -u -p -r1.18 bridgestp.c > --- bridgestp.c 2 Aug 2006 02:51:42 -0000 1.18 > +++ bridgestp.c 12 Aug 2006 10:06:58 -0000 > @@ -929,6 +929,7 @@ static moduledata_t bstp_mod = { > }; > > DECLARE_MODULE(bridgestp, bstp_mod, SI_SUB_PSEUDO, SI_ORDER_ANY); > +MODULE_VERSION(bridgestp, 1); > > void > bstp_attach(struct bstp_state *bs, bstp_state_cb_t state_callback) >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060812114656.GA31826>