Load xt_LOG in both helpers files

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-10-19 07:44:01 -07:00
parent 90d1e41dcb
commit 2784e93307
2 changed files with 8 additions and 2 deletions

View File

@ -58,9 +58,12 @@ loadmodule nf_nat_sip
loadmodule nf_nat_snmp_basic
loadmodule nf_nat_tftp
#
# While not actually helpers, these are handy to have
# While not actually helpers, these are handy to have. Not
# all of these will be found on any given system, since
# some are aliases on later kernels.
#
loadmodule ipt_LOG
loadmodule xt_LOG
loadmodule xt_NFLOG
loadmodule ipt_ULOG
loadmodule nfnetlink_log

View File

@ -35,8 +35,11 @@ loadmodule nf_conntrack_sip
loadmodule nf_conntrack_tftp
loadmodule nf_conntrack_sane
#
# While not actually helpers, these are handy to have
# While not actually helpers, these are handy to have. Not
# all of these will be found on any given system, since
# some are aliases on later kernels.
#
loadmodule ip6t_LOG
loadmodule xt_LOG
loadmodule xt_NFLOG
loadmodule nfnetlink_log