#!/bin/sh

IBPATH=${IBPATH:-/scratch/docker-build/vpp/build/external/deb/debian/tmp/opt/vpp/external/x86_64/sbin}

$IBPATH/ibhosts $@; $IBPATH/ibswitches $@
