From 2784e93307a3cb1d70c1127c9cefa5a185d83aa5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Oct 2014 07:44:01 -0700 Subject: [PATCH] Load xt_LOG in both helpers files Signed-off-by: Tom Eastep --- Shorewall/helpers | 5 ++++- Shorewall6/helpers | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Shorewall/helpers b/Shorewall/helpers index cdc037070..0b12b05ee 100644 --- a/Shorewall/helpers +++ b/Shorewall/helpers @@ -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 diff --git a/Shorewall6/helpers b/Shorewall6/helpers index 168ea832b..f0c8f028a 100644 --- a/Shorewall6/helpers +++ b/Shorewall6/helpers @@ -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