From 055c4555711500668769cd4aebc89bf0679c2205 Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Wed, 19 Mar 2025 16:45:15 +0100 Subject: [PATCH] dbginfo.sh: Update for network commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New Distros are replacing iptables by nftables. Collecting data of optical interfaces. Suggested-by: Hendrik Brueckner Suggested-by: Niklas Schnelle Reviewed-by: Mario Held Reviewed-by: Niklas Schnelle Signed-off-by: Hendrik Brueckner Signed-off-by: Joern Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 7e09bbf0..9ea49afa 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -616,14 +616,16 @@ NETWORK_CMDS="ip -br a\ :ip route list table all\ :ip rule list\ :ipcs -a\ - :iptables -L\ + :iptables -L # about to be replaced by nftables\ :lsqeth\ :netstat -pantu\ :netstat -s\ + :nft list tables # is replacing iptables\ :nm-tool\ :nstat -az\ :openssl engine # deprecated in OpenSSL 3.n\ :openssl list --providers 2>/dev/null # redirect help on older systems\ + :opticsmon --module-info\ :route -n\ "