mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 18:21:27 +02: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
|
case "$1" in
|
||||||
connections)
|
connections)
|
||||||
[ $# -gt 1 ] && usage 1
|
[ $# -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 "$g_product $SHOREWALL_VERSION Connections at $g_hostname - $(date)"
|
||||||
echo
|
echo
|
||||||
conntrack -f ipv6 -L | show_connections_filter
|
conntrack -f ipv6 -L | show_connections_filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user