diagnose: include iptables -t nat -L

The extra `-t nat` includes the masquerading stuff.

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2016-03-31 11:14:31 +01:00
parent 157d2aef07
commit 1beef9a6c8

View File

@ -12,7 +12,7 @@ date > "date"
uname -a > "uname -a"
ps uax > "ps -aux"
netstat -tulpn > "netstat -tulpn"
iptables -L > "iptables -L"
iptables -t nat -L > "iptables -t nat -L"
ifconfig -a > "ifconfig -a"
route -n > "route -n"
brctl show > "brctl show"