Bump dummynet module version to meet dummynet schedulers' requirements,
and thus unbreak loading dummynet.ko via /boot/loader.conf. Reported by: rihad <rihad att mail.ru> on freebsd-net Approved by: kib (mentor)
This commit is contained in:
parent
894cbf138e
commit
4fd8408ae7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218741
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user