mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
67589cab69
Signed-off-by: Tom Eastep <teastep@shorewall.net>
28 lines
735 B
Plaintext
28 lines
735 B
Plaintext
#
|
|
# Shorewall version 5 - Traffic Shaping Modules File
|
|
#
|
|
# /usr/share/shorewall/modules.tc
|
|
#
|
|
# This file loads the modules that may be needed by the firewall.
|
|
#
|
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
|
# before you load M2.
|
|
#
|
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
|
# copy.
|
|
#
|
|
###############################################################################
|
|
loadmodule sch_sfq
|
|
loadmodule sch_ingress
|
|
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
|
|
loadmodule cls_basic
|
|
loadmodule act_police
|