mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Restrict Shorewall6 netstat call to IPv6 only
This commit is contained in:
parent
ecd22d34fa
commit
74092a9b14
@ -747,7 +747,7 @@ dump_command() {
|
|||||||
report_capabilities
|
report_capabilities
|
||||||
|
|
||||||
echo
|
echo
|
||||||
netstat -tunap
|
netstat -6tunap
|
||||||
|
|
||||||
if [ -n "$TC_ENABLED" ]; then
|
if [ -n "$TC_ENABLED" ]; then
|
||||||
heading "Traffic Control"
|
heading "Traffic Control"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user