Date: Mon, 21 Feb 2011 13:37:50 +0300 From: Sergey Kandaurov <pluknet@freebsd.org> To: FreeBSD Net <freebsd-net@freebsd.org> Cc: Luigi Rizzo <luigi@freebsd.org> Subject: Re: svn commit: r218741 - head/sys/netinet/ipfw Message-ID: <AANLkTikQYheCmFFXSwB5XZEgWHUYX6=Nh-sfPJn_qCfd@mail.gmail.com> In-Reply-To: <201102161543.p1GFhZmm074991@svn.freebsd.org> References: <201102161543.p1GFhZmm074991@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 February 2011 18:43, Sergey Kandaurov <pluknet@freebsd.org> wrote: > Author: pluknet > Date: Wed Feb 16 15:43:35 2011 > New Revision: 218741 > URL: http://svn.freebsd.org/changeset/base/218741 > > Log: > =A0Bump dummynet module version to meet dummynet schedulers' requirements= , > =A0and thus unbreak loading dummynet.ko via /boot/loader.conf. Hi there. Just a brief note that I'm going to merge it to stable/8. What scares me is that it may cause some disruption due to the change of module version on a stable branch. On the order side, nothing depends on it in the base. luigi@ cc:'ed as I'd like to know his opinion. > > =A0Reported by: =A0rihad <rihad att mail.ru> on freebsd-net > =A0Approved by: =A0kib (mentor) > > Modified: > =A0head/sys/netinet/ipfw/ip_dummynet.c > > Modified: head/sys/netinet/ipfw/ip_dummynet.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:27:54 2011 =A0 =A0 = =A0 =A0(r218740) > +++ head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:43:35 2011 =A0 =A0 = =A0 =A0(r218741) > @@ -2294,7 +2294,7 @@ static moduledata_t dummynet_mod =3D { > =A0#define =A0 =A0 =A0 =A0DN_MODEV_ORD =A0 =A0(SI_ORDER_ANY - 128) /* aft= er ipfw */ > =A0DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD); > =A0MODULE_DEPEND(dummynet, ipfw, 2, 2, 2); > -MODULE_VERSION(dummynet, 1); > +MODULE_VERSION(dummynet, 3); > > =A0/* > =A0* Starting up. Done in order after dummynet_modevent() has been called= . > --=20 wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikQYheCmFFXSwB5XZEgWHUYX6=Nh-sfPJn_qCfd>