network-debug-script: add networkctl list
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
56e3f1d5cb
commit
1b23e1a4e7
|
@ -4,6 +4,7 @@ function get_network_state() {
|
|||
set -x
|
||||
ip route
|
||||
ip --brief address show
|
||||
networkctl list
|
||||
docker network list
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue