Skip to content

Commit fa8b489

Browse files
committed
Resolve Mac address not working
1 parent 7b35598 commit fa8b489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/cisco/trex/stateless/TRexClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ public synchronized void startStreamsIntermediate(int portIndex, List<Stream> st
490490

491491
Map<String, Object> mul = new HashMap<>();
492492
mul.put("op", "abs");
493-
mul.put(TYPE, "percentage");
494-
mul.put("value", 100);
493+
mul.put(TYPE, "pps");
494+
mul.put("value", 1.0);
495495
startTraffic(portIndex, -1, true, mul, 1);
496496
}
497497

0 commit comments

Comments
 (0)