summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-05 18:08:38 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-05 18:08:38 +0200
commitc411e0ab9b543aba0fa99f6b0430e499c908be2f (patch)
tree919a7502d5deb9f066667606bdd4f6d3052df976
parent64198d95efc9c60de0f9a5cef1b24a67e0744d4b (diff)
fix normal trex
-rwxr-xr-xVERSION2
-rwxr-xr-xsrc/main_dpdk.cpp4
2 files changed, 4 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8ce21723..a0f6ba44 100755
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-v1.78
+v1.78-intg1
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 9da89121..648c3b1a 100755
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -3958,7 +3958,9 @@ int CGlobalTRex::run_in_master(){
std::string json;
bool was_stopped=false;
- m_trex_stateless->launch_control_plane();
+ if ( get_is_stateless() ) {
+ m_trex_stateless->launch_control_plane();
+ }
while ( true ) {