On 16 February 2011 18:43, Sergey Kandaurov <pluk...@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:
>  Bump dummynet module version to meet dummynet schedulers' requirements,
>  and 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.

>
>  Reported by:  rihad <rihad att mail.ru> on freebsd-net
>  Approved by:  kib (mentor)
>
> Modified:
>  head/sys/netinet/ipfw/ip_dummynet.c
>
> Modified: head/sys/netinet/ipfw/ip_dummynet.c
> ==============================================================================
> --- head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:27:54 2011        
> (r218740)
> +++ head/sys/netinet/ipfw/ip_dummynet.c Wed Feb 16 15:43:35 2011        
> (r218741)
> @@ -2294,7 +2294,7 @@ static moduledata_t dummynet_mod = {
>  #define        DN_MODEV_ORD    (SI_ORDER_ANY - 128) /* after ipfw */
>  DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD);
>  MODULE_DEPEND(dummynet, ipfw, 2, 2, 2);
> -MODULE_VERSION(dummynet, 1);
> +MODULE_VERSION(dummynet, 3);
>
>  /*
>  * Starting up. Done in order after dummynet_modevent() has been called.
>

-- 
wbr,
pluknet
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to