From owner-freebsd-current@FreeBSD.ORG Sat Aug 12 11:47:13 2006 Return-Path: X-Original-To: freebsd-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 6AFC716A4DA; Sat, 12 Aug 2006 11:47:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1AC43D45; Sat, 12 Aug 2006 11:47:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7CBkvQx027056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Aug 2006 14:46:58 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7CBkuR3031834; Sat, 12 Aug 2006 14:46:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7CBkutm031833; Sat, 12 Aug 2006 14:46:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 12 Aug 2006 14:46:56 +0300 From: Giorgos Keramidas To: Andrew Thompson , Christian Brueffer , freebsd-current@freebsd.org, sam@freebsd.org Message-ID: <20060812114656.GA31826@gothmog.pc> References: <86zmeafnjz.fsf@gothmog.pc> <20060812071830.GA1755@haakonia.hitnet.RWTH-Aachen.DE> <20060812073123.GA9233@gothmog.pc> <20060812100849.GC38775@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060812100849.GC38775@heff.fud.org.nz> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.819, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.58, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Subject: Re: is if_bridge broken? 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: Sat, 12 Aug 2006 11:47:13 -0000 On 2006-08-12 22:08, Andrew Thompson 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) >