From 9ec18a9f7edc5c9921cc70de61a07bd8d9130fd0 Mon Sep 17 00:00:00 2001 From: biplamal Date: Tue, 10 Oct 2023 04:17:47 +0000 Subject: [PATCH] bug fix --- do.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do.sh b/do.sh index e49283d..6f166ed 100755 --- a/do.sh +++ b/do.sh @@ -564,7 +564,8 @@ wait_for_sock() { create_ixia_c_b2b_dp() { echo "Setting up back-to-back with DP-only distribution of ixia-c ..." - create_veth_pair ${VETH_A} ${VETH_Z} \ + login_ghcr \ + && create_veth_pair ${VETH_A} ${VETH_Z} \ && docker run --net=host -d \ --name=keng-controller \ $(ixia_c_controller_img dp) \