aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2010-03-21 16:30:32 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2010-03-21 16:30:32 +0000
commit3b4d8b3f7afeffe5effbcde99753f70cd0a16db9 (patch)
tree99bb87bcac501525addaad89dc21aa1c20dd399e /sys/conf/files
parent40c05da5e03bb21aff846d9c35b0715c1ed13bf8 (diff)
downloadsrc-3b4d8b3f7afeffe5effbcde99753f70cd0a16db9.tar.gz
src-3b4d8b3f7afeffe5effbcde99753f70cd0a16db9.zip
Add a priority-based packet scheduler.
Sponsored by: The ONELAB2 Project Submitted by: Riccardo Panicucci
Notes
Notes: svn path=/head/; revision=205417
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 940f529aa37b..a67697596169 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2494,9 +2494,10 @@ netinet/in_rmx.c optional inet
netinet/ip_divert.c optional inet ipdivert ipfirewall
netinet/ipfw/dn_heap.c optional inet dummynet
netinet/ipfw/dn_sched_fifo.c optional inet dummynet
+netinet/ipfw/dn_sched_prio.c optional inet dummynet
+netinet/ipfw/dn_sched_qfq.c optional inet dummynet
netinet/ipfw/dn_sched_rr.c optional inet dummynet
netinet/ipfw/dn_sched_wf2q.c optional inet dummynet
-netinet/ipfw/dn_sched_qfq.c optional inet dummynet
netinet/ipfw/ip_dummynet.c optional inet dummynet
netinet/ipfw/ip_dn_io.c optional inet dummynet
netinet/ipfw/ip_dn_glue.c optional inet dummynet