From af80e6693e416abbc63a5b15e838a04479c53227 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 14 Feb 2017 16:25:37 +0200 Subject: init vlan mode explicitly. We noticed this affect performance Signed-off-by: Ido Barnea --- src/bp_sim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bp_sim.h b/src/bp_sim.h index 7ee221b5..27fb8d07 100755 --- a/src/bp_sim.h +++ b/src/bp_sim.h @@ -385,6 +385,7 @@ public: void clean(){ m_flags = 0; m_flags1=0; + set_vlan_mode_enable(false); setCores(1); set_zmq_publish_enable(true); } -- cgit 1.2.3-korg