From 6ccc6d6811a173b8cc3816c51a2dbef8934b3ffd Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 22 Jan 2020 13:11:14 +0000 Subject: FIX: Various issues - TrafficProfile - IPsec jumbo - TDLK leftover - Trex scapy server Signed-off-by: Peter Mikus Change-Id: I0601ea75ed6e7318c46124fb02e9c61066089791 --- resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py') diff --git a/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py b/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py index 4c306aabc0..077b198d41 100755 --- a/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py +++ b/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py @@ -108,7 +108,7 @@ class TrafficStreams(TrafficStreamsBaseClass): pkt_offset=u"IP.src" ), STLVmFixIpv4(offset=u"IP"), - STLVmWrFlowVuar( + STLVmWrFlowVar( fv_name=u"tuple.port", pkt_offset=u"UDP.sport" ) -- cgit 1.2.3-korg