Merge pull request #1754 from sanimej/dsinfo
Add network inspect -v to the support script
This commit is contained in:
commit
0f989474e5
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ echo "Overlay network configuration"
|
|||
for networkID in $(${DOCKER} network ls --filter driver=overlay -q) ; do
|
||||
echo "Network ${networkID}"
|
||||
nspath=(${NSDIR}/*-$(echo ${networkID}| cut -c1-10))
|
||||
${DOCKER} network inspect -v ${networkID}
|
||||
${NSENTER} --net=${nspath[0]} ${BRIDGE} fdb show ${BRIDGEIF}
|
||||
${NSENTER} --net=${nspath[0]} ${BRCTL} showmacs ${BRIDGEIF}
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue