FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles
[csit.git] / resources / traffic_profiles / trex / trex-sl-3n-ethip4-ip4dst60000-1cnf.py
index 9b4a0e6..251758d 100644 (file)
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
                     size=1,
                     op=u"inc"
                 ),
+                STLVmWrFlowVar(
+                    fv_name=u"mac_dst",
+                    pkt_offset=5
+                ),
                 STLVmFlowVar(
                     name=u"dst",
                     min_value=self.p1_dst_start_ip,