diff --git a/Shorewall6/lib.cli b/Shorewall6/lib.cli index 84b00333e..98a6c245a 100644 --- a/Shorewall6/lib.cli +++ b/Shorewall6/lib.cli @@ -675,7 +675,7 @@ dump_command() { if qt mywhich lsmod; then heading "Modules" - lsmod | grep -E '^(ip_|ipt_|ip6table_|nf_|xt_)' | sort + lsmod | grep -E '^(x_|ip6|nf_|xt_)' | sort fi determine_capabilities