mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: Update for network commands
New Distros are replacing iptables by nftables. Collecting data of optical interfaces. Suggested-by: Hendrik Brueckner<brueckner@linux.ibm.com> Suggested-by: Niklas Schnelle <schnelle@linux.ibm.com> Reviewed-by: Mario Held <mario.held@de.ibm.com> Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Joern Siglen <siglen@de.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
ba387af804
commit
055c455571
@@ -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\
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user