mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 17:43:15 +01:00
Correct output noise in the output of 'shorewall6 show connections' - take 2
This commit is contained in:
parent
66dd89234f
commit
f62287ccbf
@ -478,7 +478,7 @@ show_command() {
|
||||
case "$1" in
|
||||
connections)
|
||||
[ $# -gt 1 ] && usage 1
|
||||
if [ -n "$(mywhich conntrack)" ] ; then
|
||||
if qt mywhich conntrack ; then
|
||||
echo "$g_product $SHOREWALL_VERSION Connections at $g_hostname - $(date)"
|
||||
echo
|
||||
conntrack -f ipv6 -L | show_connections_filter
|
||||
|
Loading…
Reference in New Issue
Block a user