Merge "ixia: Make L3 and L4 headers optional"
[vswitchperf.git] / vsperf
diff --git a/vsperf b/vsperf
index e92a0dc..6618bed 100755 (executable)
--- a/vsperf
+++ b/vsperf
@@ -626,6 +626,8 @@ def main():
         # set traffic details, so they can be passed to traffic ctl
         traffic = copy.deepcopy(settings.getValue('TRAFFIC'))
 
+        traffic = functions.check_traffic(traffic)
+
         traffic_ctl = component_factory.create_traffic(
             traffic['traffic_type'],
             loader.get_trafficgen_class())