X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftraffic_profiles%2Ftrex%2Ftrex-sl-dot1qip4-vlan1ip4src254ip4dst254.py;h=bf5151905cf23429295cdf694c6091102437af2f;hb=cf9fbdf9e597dbdcb89823a3151c5396eadea70c;hp=be58eb4e3efb82abedcda115f3833629e9222f7c;hpb=97e93cd29f1a9c01b139e2d7fcc745d37d4bd944;p=csit.git diff --git a/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py b/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py index be58eb4e3e..bf5151905c 100755 --- a/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py +++ b/resources/traffic_profiles/trex/trex-sl-dot1qip4-vlan1ip4src254ip4dst254.py @@ -65,13 +65,13 @@ class TrafficStreams(TrafficStreamsBaseClass): """ # Direction 0 --> 1 - base_pkt_a = (Ether(dst='ba:dc:00:ff:ee:01') / + base_pkt_a = (Ether() / Dot1Q(vlan=self.p1_vlan_start) / IP(src=self.p1_src_start_ip, dst=self.p1_dst_start_ip, proto=61)) # Direction 1 --> 0 - base_pkt_b = (Ether(dst='ba:dc:00:ff:ee:01') / + base_pkt_b = (Ether() / Dot1Q(vlan=self.p2_vlan_start) / IP(src=self.p2_src_start_ip, dst=self.p2_dst_start_ip,