From 4590e250526b0123b8aae47752f7511f2f888ec3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 31 Dec 2012 08:00:04 -0800 Subject: [PATCH] Correct modules.xtables Signed-off-by: Tom Eastep --- Shorewall/modules.xtables | 11 +++++------ Shorewall6/modules.xtables | 10 +++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Shorewall/modules.xtables b/Shorewall/modules.xtables index 6120f593f..c8dea4315 100644 --- a/Shorewall/modules.xtables +++ b/Shorewall/modules.xtables @@ -42,9 +42,8 @@ loadmodule xt_TPROXY # # From xtables-addons # -xt_condition -xt_geoip -xt_ipp2p -xt_LOGMARK -xt_RAWNAT - +loadmodule xt_condition +loadmodule xt_geoip +loadmodule xt_ipp2p +loadmodule xt_LOGMARK +loadmodule xt_RAWNAT diff --git a/Shorewall6/modules.xtables b/Shorewall6/modules.xtables index a7700c747..2ee8efbe0 100644 --- a/Shorewall6/modules.xtables +++ b/Shorewall6/modules.xtables @@ -43,8 +43,8 @@ loadmodule xt_TPROXY # # From xtables-addons # -xt_condition -xt_geoip -xt_ipp2p -xt_LOGMARK -xt_RAWNAT +loadmodule xt_condition +loadmodule xt_geoip +loadmodule xt_ipp2p +loadmodule xt_LOGMARK +loadmodule xt_RAWNAT