network-debug-script: add networkctl list

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-09-16 14:38:05 +02:00
parent 56e3f1d5cb
commit 1b23e1a4e7
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ function get_network_state() {
set -x set -x
ip route ip route
ip --brief address show ip --brief address show
networkctl list
docker network list docker network list
} }