mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Don't use ?INCLUDE in modules files.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d220d3d9d5
commit
3436fbd6ad
@ -16,24 +16,24 @@
|
|||||||
#
|
#
|
||||||
# Essential Modules
|
# Essential Modules
|
||||||
#
|
#
|
||||||
?INCLUDE modules.essential
|
INCLUDE modules.essential
|
||||||
#
|
#
|
||||||
# Other xtables modules
|
# Other xtables modules
|
||||||
#
|
#
|
||||||
?INCLUDE modules.xtables
|
INCLUDE modules.xtables
|
||||||
#
|
#
|
||||||
# Helpers
|
# Helpers
|
||||||
#
|
#
|
||||||
?INCLUDE helpers
|
INCLUDE helpers
|
||||||
#
|
#
|
||||||
# Ipset
|
# Ipset
|
||||||
#
|
#
|
||||||
?INCLUDE modules.ipset
|
INCLUDE modules.ipset
|
||||||
#
|
#
|
||||||
# Traffic Shaping
|
# Traffic Shaping
|
||||||
#
|
#
|
||||||
?INCLUDE modules.tc
|
INCLUDE modules.tc
|
||||||
#
|
#
|
||||||
# Extensions
|
# Extensions
|
||||||
#
|
#
|
||||||
?INCLUDE modules.extensions
|
INCLUDE modules.extensions
|
||||||
|
@ -16,24 +16,24 @@
|
|||||||
#
|
#
|
||||||
# Essential Modules
|
# Essential Modules
|
||||||
#
|
#
|
||||||
?INCLUDE modules.essential
|
INCLUDE modules.essential
|
||||||
#
|
#
|
||||||
# Other xtables modules
|
# Other xtables modules
|
||||||
#
|
#
|
||||||
?INCLUDE modules.xtables
|
INCLUDE modules.xtables
|
||||||
#
|
#
|
||||||
# Helpers
|
# Helpers
|
||||||
#
|
#
|
||||||
?INCLUDE helpers
|
INCLUDE helpers
|
||||||
#
|
#
|
||||||
# Ipset
|
# Ipset
|
||||||
#
|
#
|
||||||
?INCLUDE modules.ipset
|
INCLUDE modules.ipset
|
||||||
#
|
#
|
||||||
# Traffic Shaping
|
# Traffic Shaping
|
||||||
#
|
#
|
||||||
?INCLUDE modules.tc
|
INCLUDE modules.tc
|
||||||
#
|
#
|
||||||
# Extensions
|
# Extensions
|
||||||
#
|
#
|
||||||
?INCLUDE modules.extensions
|
INCLUDE modules.extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user