From 3b4d8b3f7afeffe5effbcde99753f70cd0a16db9 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sun, 21 Mar 2010 16:30:32 +0000 Subject: Add a priority-based packet scheduler. Sponsored by: The ONELAB2 Project Submitted by: Riccardo Panicucci --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/files') 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 -- cgit v1.2.3