From 25b2341ecf8882632950af8aafdab774563b444f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 1 Jan 2013 08:29:41 -0800 Subject: [PATCH] Add sch_fq_codel to modules.tc Signed-off-by: Tom Eastep --- Shorewall/modules.tc | 1 + Shorewall6/modules.tc | 1 + 2 files changed, 2 insertions(+) diff --git a/Shorewall/modules.tc b/Shorewall/modules.tc index 96358c941..b65c5c222 100644 --- a/Shorewall/modules.tc +++ b/Shorewall/modules.tc @@ -19,6 +19,7 @@ loadmodule sch_hfsc loadmodule sch_htb loadmodule sch_prio loadmodule sch_tbf +loadmodule sch_fq_codel loadmodule cls_u32 loadmodule cls_fw loadmodule cls_flow diff --git a/Shorewall6/modules.tc b/Shorewall6/modules.tc index 7881a8c7e..d3ecff2e7 100644 --- a/Shorewall6/modules.tc +++ b/Shorewall6/modules.tc @@ -19,6 +19,7 @@ loadmodule sch_htb loadmodule sch_hfsc loadmodule sch_prio loadmodule sch_tbf +loadmodule sch_fq_codel loadmodule cls_u32 loadmodule cls_fw loadmodule cls_flow