test_vrrp_multi.sh: allow overriding ovs-vsctl
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
1c8f3b2c33
commit
a9d7f1b199
@ -16,8 +16,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VSCTL=ovs-vsctl
|
if [ -z "$VSCTL" ]; then
|
||||||
#VSCTL=${HOME}/ovs/bin/ovs-vsctl
|
VSCTL=ovs-vsctl
|
||||||
|
fi
|
||||||
|
|
||||||
# create two bridges.
|
# create two bridges.
|
||||||
# conncect them using patch ports.
|
# conncect them using patch ports.
|
||||||
|
Loading…
Reference in New Issue
Block a user