mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 19:48:19 +01:00
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:
parent
27b750e14f
commit
acc0a2b726
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user