Merge pull request #2000 from trapier/support_script_wait_for_iptables_lock
wait for iptables lock in support script
This commit is contained in:
commit
b4856717b9
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ type -P ${BRCTL} > /dev/null || die "This tool requires brctl"
|
|||
type -P ${IPTABLES} > /dev/null || die "This tool requires iptables"
|
||||
|
||||
echo "iptables configuration"
|
||||
${IPTABLES} -n -v -L -t filter
|
||||
${IPTABLES} -n -v -L -t nat
|
||||
${IPTABLES} -w1 -n -v -L -t filter
|
||||
${IPTABLES} -w1 -n -v -L -t nat
|
||||
echo ""
|
||||
|
||||
echo "Overlay network configuration"
|
||||
|
|
Loading…
Add table
Reference in a new issue