summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl')
-rwxr-xr-xscripts/automation/trex_control_plane/examples/trex_tcl_client.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl b/scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl
index 195e85aa..f700a5d2 100755
--- a/scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl
+++ b/scripts/automation/trex_control_plane/examples/trex_tcl_client.tcl
@@ -31,7 +31,7 @@ namespace eval TRexTclClient {
variable TRex_Status [dict create 1 "Idle" 2 "Starting" 3 "Running"]
- variable trex_host "http://172.18.73.122"
+ variable trex_host "localhost"
variable server_port "8090"
variable trex_zmq_port "4500"