self-diagnostics: updated netstat command to collect all

This commit is contained in:
Vivek Kumar Dutta 2024-07-30 12:26:16 +05:30 committed by Rahul Thakur
parent c897647054
commit 680c4b8f2a
2 changed files with 3 additions and 7 deletions

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=self-diagnostics
PKG_VERSION:=1.0.6
PKG_VERSION:=1.0.7
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only

View file

@ -62,12 +62,8 @@
"cmd": "bridge fdb"
},
{
"description": "TCP listened ports",
"cmd": "netstat -tlnp"
},
{
"description": "UDP listened ports",
"cmd": "netstat -ulnp"
"description": "TCP/UDP/Raw ports/Sockets",
"cmd": "netstat -anp"
},
{
"description": "MAC layer firewall status list",