Correct Module display in Shorewall6 and Shorewall6-lite

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9098 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-17 20:57:17 +00:00
parent 27b750e14f
commit acc0a2b726

View File

@ -675,7 +675,7 @@ dump_command() {
if qt mywhich lsmod; then if qt mywhich lsmod; then
heading "Modules" heading "Modules"
lsmod | grep -E '^(ip_|ipt_|ip6table_|nf_|xt_)' | sort lsmod | grep -E '^(x_|ip6|nf_|xt_)' | sort
fi fi
determine_capabilities determine_capabilities