forked from extern/shorewall_code
Load xt_LOG in both helpers files
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
90d1e41dcb
commit
2784e93307
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user