mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01: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
|
||||
|
||||
echo
|
||||
netstat -tunap
|
||||
netstat -6tunap
|
||||
|
||||
if [ -n "$TC_ENABLED" ]; then
|
||||
heading "Traffic Control"
|
||||
|
Loading…
Reference in New Issue
Block a user