Avoid duplicate module loads

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-10-20 07:47:15 -07:00
parent 4bc91e89db
commit b60d6dd6e5
7 changed files with 8 additions and 12 deletions

View File

@ -58,9 +58,10 @@ loadmodule nf_nat_sip
loadmodule nf_nat_snmp_basic loadmodule nf_nat_snmp_basic
loadmodule nf_nat_tftp loadmodule nf_nat_tftp
# #
# While not actually helpers, these are handy to have. Not # While not actually helpers, these are included here so that
# all of these will be found on any given system, since # LOG_BACKEND can work correctly. Not all of them will be
# some are aliases on later kernels. # loaded, since at least one of them will be an alias on any
# given system.
# #
loadmodule ipt_LOG loadmodule ipt_LOG
loadmodule xt_LOG loadmodule xt_LOG

View File

@ -28,4 +28,3 @@ loadmodule iptable_nat
loadmodule iptable_raw loadmodule iptable_raw
loadmodule xt_state loadmodule xt_state
loadmodule xt_tcpudp loadmodule xt_tcpudp
loadmodule ipt_LOG

View File

@ -32,7 +32,6 @@ loadmodule ipt_ipp2p
loadmodule ipt_iprange loadmodule ipt_iprange
loadmodule ipt_length loadmodule ipt_length
loadmodule ipt_limit loadmodule ipt_limit
loadmodule ipt_LOG
loadmodule ipt_mac loadmodule ipt_mac
loadmodule ipt_mark loadmodule ipt_mark
loadmodule ipt_MARK loadmodule ipt_MARK
@ -58,4 +57,3 @@ loadmodule ipt_tos
loadmodule ipt_TOS loadmodule ipt_TOS
loadmodule ipt_ttl loadmodule ipt_ttl
loadmodule ipt_TTL loadmodule ipt_TTL
loadmodule ipt_ULOG

View File

@ -31,7 +31,6 @@ loadmodule xt_mac
loadmodule xt_mark loadmodule xt_mark
loadmodule xt_MARK loadmodule xt_MARK
loadmodule xt_multiport loadmodule xt_multiport
loadmodule xt_NFLOG
loadmodule xt_NFQUEUE loadmodule xt_NFQUEUE
loadmodule xt_owner loadmodule xt_owner
loadmodule xt_physdev loadmodule xt_physdev

View File

@ -35,9 +35,10 @@ loadmodule nf_conntrack_sip
loadmodule nf_conntrack_tftp loadmodule nf_conntrack_tftp
loadmodule nf_conntrack_sane loadmodule nf_conntrack_sane
# #
# While not actually helpers, these are handy to have. Not # While not actually helpers, these are included here so that
# all of these will be found on any given system, since # LOG_BACKEND can work correctly. Not all of them will be
# some are aliases on later kernels. # loaded, since at least one of them will be an alias on any
# given system.
# #
loadmodule ip6t_LOG loadmodule ip6t_LOG
loadmodule xt_LOG loadmodule xt_LOG

View File

@ -24,4 +24,3 @@ loadmodule nf_conntrack_ipv6
loadmodule xt_state loadmodule xt_state
loadmodule xt_tcpudp loadmodule xt_tcpudp
loadmodule ip6t_REJECT loadmodule ip6t_REJECT
loadmodule ip6t_LOG

View File

@ -30,7 +30,6 @@ loadmodule xt_mac
loadmodule xt_mark loadmodule xt_mark
loadmodule xt_MARK loadmodule xt_MARK
loadmodule xt_multiport loadmodule xt_multiport
loadmodule xt_NFLOG
loadmodule xt_NFQUEUE loadmodule xt_NFQUEUE
loadmodule xt_owner loadmodule xt_owner
loadmodule xt_physdev loadmodule xt_physdev