mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add network inspect -v to the support script
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
This commit is contained in:
parent
f23959bf90
commit
5e8c5d68fb
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…
Reference in a new issue