Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2011 13:18:10 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r219957 - stable/8/sys/netinet/ipfw
Message-ID:  <201103241318.p2ODIAr4034130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Mar 24 13:18:09 2011
New Revision: 219957
URL: http://svn.freebsd.org/changeset/base/219957

Log:
  MFC r218741:
  
  Bump dummynet module version to meet dummynet schedulers' requirements,
  and thus unbreak loading dummynet.ko via /boot/loader.conf.
  
  Approved by:	luigi

Modified:
  stable/8/sys/netinet/ipfw/ip_dummynet.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/netinet/ipfw/ip_dummynet.c
==============================================================================
--- stable/8/sys/netinet/ipfw/ip_dummynet.c	Thu Mar 24 12:35:59 2011	(r219956)
+++ stable/8/sys/netinet/ipfw/ip_dummynet.c	Thu Mar 24 13:18:09 2011	(r219957)
@@ -2291,5 +2291,5 @@ static moduledata_t dummynet_mod = {
 DECLARE_MODULE(dummynet, dummynet_mod,
 	SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY-1);
 MODULE_DEPEND(dummynet, ipfw, 2, 2, 2);
-MODULE_VERSION(dummynet, 1);
+MODULE_VERSION(dummynet, 3);
 /* end of file */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103241318.p2ODIAr4034130>