shorewall_code/Shorewall/modules
Tom Eastep dc63efdbfd Use ?INCLUDE in modules files.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
2012-04-25 07:33:40 -07:00

40 lines
729 B
Plaintext

#
# Shorewall version 4 - Modules File
#
# /usr/share/shorewall/modules
#
# 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.
#
###############################################################################
#
# Essential Modules
#
?INCLUDE modules.essential
#
# Other xtables modules
#
?INCLUDE modules.xtables
#
# Helpers
#
?INCLUDE helpers
#
# Ipset
#
?INCLUDE modules.ipset
#
# Traffic Shaping
#
?INCLUDE modules.tc
#
# Extensions
#
?INCLUDE modules.extensions