diff --git a/self-diagnostics/Makefile b/self-diagnostics/Makefile index 1f2020d27..ceaf77e1a 100644 --- a/self-diagnostics/Makefile +++ b/self-diagnostics/Makefile @@ -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 diff --git a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json index 8a9be784d..61953d080 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/network.json @@ -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",