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 06c74b8 commit 0549f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ create_ixia_c_b2b_dp() {
--accept-eula \
--trace \
--disable-app-usage-reporter \
--license-servers="keng-license-server" \
--license-servers="0.0.0.0" \
&& docker run --net=host --privileged -d \
--name=ixia-c-traffic-engine-${VETH_A} \
-e OPT_LISTEN_PORT="5555" \
Expand Down Expand Up @@ -625,7 +625,7 @@ create_ixia_c_b2b_cpdp() {
--accept-eula \
--trace \
--disable-app-usage-reporter \
--license-servers="keng-license-server" \
--license-servers="0.0.0.0" \
&& docker run --privileged -d \
--name=ixia-c-traffic-engine-${VETH_A} \
-e OPT_LISTEN_PORT="5555" \
Expand Down Expand Up @@ -691,7 +691,7 @@ create_ixia_c_b2b_lag() {
--accept-eula \
--trace \
--disable-app-usage-reporter \
--license-servers="keng-license-server" \
--license-servers="0.0.0.0" \
&& docker run --privileged -d \
--name=ixia-c-traffic-engine-${VETH_A} \
-e OPT_LISTEN_PORT="5555" \
Expand Down

0 comments on commit 0549f1f

Please sign in to comment.