forked from extern/shorewall_code
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…
Reference in New Issue
Block a user