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