Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 10, 2023
1 parent 35e104f commit 9ec18a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 9ec18a9

Please sign in to comment.