From 49218a4d280615f22e9cde248ac9ecf3821f355c Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 15 Oct 2014 18:06:15 -0700 Subject: [PATCH] ipt_LOG in helpers file Signed-off-by: Tom Eastep --- Shorewall/helpers | 1 + Shorewall6/helpers | 1 + 2 files changed, 2 insertions(+) diff --git a/Shorewall/helpers b/Shorewall/helpers index 78b83e0b5..1395b383e 100644 --- a/Shorewall/helpers +++ b/Shorewall/helpers @@ -60,6 +60,7 @@ loadmodule nf_nat_tftp # # While not actually helpers, these are handy to have # +loadmodule ipt_LOG loadmodule xt_NFLOG loadmodule xt_ULOG loadmodule nfnetlink_log diff --git a/Shorewall6/helpers b/Shorewall6/helpers index 170359d92..e9378715c 100644 --- a/Shorewall6/helpers +++ b/Shorewall6/helpers @@ -37,5 +37,6 @@ loadmodule nf_conntrack_sane # # While not actually helpers, these are handy to have # +loadmodule ipt_LOG loadmodule xt_NFLOG loadmodule nfnetlink_log