mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
26 lines
692 B
Plaintext
26 lines
692 B
Plaintext
|
#
|
||
|
# Shorewall6 version 4 - Traffic Shaping Modules File
|
||
|
#
|
||
|
# /usr/share/shorewall6/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_htb
|
||
|
loadmodule sch_hfsc
|
||
|
loadmodule sch_prio
|
||
|
loadmodule sch_tbf
|
||
|
loadmodule cls_u32
|
||
|
loadmodule cls_fw
|
||
|
loadmodule cls_flow
|
||
|
loadmodule act_police
|